/* ==========================================================================
   Design Tokens — Entry point
   Generated from: json-tokens-for-zeroheight.json

   Tokens are split into three tiers, each in its own file and chained by
   @import so dependencies always load in the correct order:

       t1_base.css        Tier 1 — raw primitive values (no dependencies)
         ↑ imported by
       t2_semantic.css    Tier 2 — usage-based names → reference base
         ↑ imported by
       t3_component.css   Tier 3 — component-scoped → reference semantic

   Importing t3_component.css below loads the entire chain. Link this single
   file (or import any individual tier directly — each pulls what it needs).
   ========================================================================== */

@import url("t3_component.css");
