/* ============================================================
   home. — Root stylesheet
   Single entry point for the whole design system. Link this one
   file and you get every token, type ramp and component layer.

   Order matters: the marketing token set (colors_and_type) loads
   first; the brand-system layer (the canonical "single source of
   truth" for app/dashboard surfaces) loads last so it wins on any
   shared token or component-class collisions.

   Surface-specific entry points still work standalone:
     • Marketing / website   → colors_and_type.css
     • App / dashboard / admin → brand-system/tokens.css + brand-system/components.css
   ============================================================ */

@import url("./colors_and_type.css");
@import url("./brand-system/tokens.css");
@import url("./brand-system/components.css");
