/*
 * ui-kit.css — entry point for the Gets UI kit.
 *
 * Imports M3 design tokens, type scale, reset and components in the
 * right order. Apps consuming the UI kit only need to link this one
 * file ; the @imports below pull the rest.
 *
 * Backward compatibility : the legacy class names used by admin-prod /
 * platform-prod / etc. (`.btn--primary`, `.card`, `.dialog`, `.toast`,
 * `.page-container`, `.form-header`, etc.) are kept and routed onto
 * the M3 token system, so existing apps render correctly without any
 * code change.
 *
 * See documentation/style-guide.md for the public API and examples,
 * and documentation/feature-m3-design-system/plan-de-changement.md
 * for the migration plan.
 */

@import "./tokens.css";
@import "./reset.css";
@import "./typography.css";

@import "./components/button.css";
@import "./components/card.css";
@import "./components/dialog.css";
@import "./components/toast.css";
@import "./components/text-field.css";
@import "./components/chip.css";
@import "./components/list-item.css";
@import "./components/icon-button.css";
@import "./components/fab.css";
@import "./components/top-app-bar.css";
@import "./components/nav-rail.css";
@import "./components/nav-drawer.css";

@import "./layout/platform-shell.css";
@import "./layout/page-container.css";
