/* =============================================================
   Achieva Design System — root stylesheet
   -------------------------------------------------------------
   Single entry point for consumers. Import THIS file and you get
   the full token set (colors, type, spacing, radii, shadows) plus
   the @font-face declarations for the brand fonts.

       <link rel="stylesheet" href="styles.css"/>

   The two UI kits keep their own component CSS
   (ui_kits/<kit>/styles.css) which each import these same tokens.

   Light is the default theme. Dark is opt-in — stamp
   data-theme="dark" on <html> before first paint. See
   dark-theme.css for the rules.
   ============================================================= */

@import url('colors_and_type.css');
@import url('dark-theme.css');
