/* ============================================================================
   ZALIO — Design System entry point
   Single stylesheet for consumers. Load order matters:
     1. assets/fonts/fonts.css   — self-hosted @font-face (Space Grotesk,
                                    Manrope, IBM Plex Mono — latin + latin-ext)
     2. zalio.tokens.css         — CANONICAL token source of truth
                                    (primitives → semantic → component)
     3. colors_and_type.css      — legacy-name aliases + utility classes
                                    (keeps existing UI kits working) + type scale
     4. nextjs_template_tokens.css — shadcn/Tailwind APP scaffold (.dark theme)
     5. brand.css                — shared component primitives
   ============================================================================ */

@import url('./assets/fonts/fonts.css');
@import url('./zalio.tokens.css');
@import url('./colors_and_type.css');
@import url('./nextjs_template_tokens.css');
@import url('./brand.css');
