/* ============================================================
   Aidapt Design System — global entry point
   ------------------------------------------------------------
   Consumers link THIS file only. It is an import manifest;
   no rules live here. Everything reachable from these imports
   is shipped: tokens (CSS custom properties) and @font-face.
   ============================================================ */

@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/elevation.css";
@import "./tokens/motion.css";
@import "./tokens/layout.css";
@import "./tokens/base.css";
