/* ============================================================================
   dialed-tokens.css — THE ONE PLACE.
   Every Dialed design token lives behind this single import: the scales
   (foundation) + all 17 skins (skins). Link or @import this file and
   var(--accent), var(--canvas), var(--sp-4), etc. are available everywhere.
   Change a token in foundation.css or skins.css → it repaints every surface
   that references it. This is the consolidation contract (Elle 2026-07-23).

   NOTE: components (dialed-ui.css) are intentionally NOT imported here — only
   the token *variables*, which are inert until a page references them, so
   wiring this in is non-breaking. Bone/light is the default skin, so tokens
   resolve even before skin-apply.js sets an explicit palette.
   ============================================================================ */
@import 'foundation.css';
@import 'skins.css';
