/* =============================================================================
   ics-UI TOKEN AGGREGATOR - the single entry that pulls the three token tiers in.
   IMPORT ORDER IS THE TIER ORDER: primitive -> semantic -> component, and a tier
   may only reference the tier loaded before it.
   Components may reference SEMANTIC + COMPONENT tokens only - never a primitive,
   never a raw hex. A NEW VALUE BELONGS TO THE TIER THAT OWNS ITS MEANING: a raw
   scale value to primitive, a role ("what is this colour FOR") to semantic, a
   per-widget knob to component.
   The production bundle inlines these imports, so a token file must be reachable
   from this list - nothing loads a tier on its own.
   ============================================================================= */
@import url("tokens/primitive.css");
@import url("tokens/semantic.css");
@import url("tokens/component.css");
