/* ============================================================
   PLAYHEAD DESIGN SYSTEM — root stylesheet
   ------------------------------------------------------------
   Global entry point for the design system's foundations.
   This file exists so consumers (and the DS compiler) have a
   single recognized root stylesheet to link, rather than
   wiring up token files by hand.

   It pulls in ONLY the global foundation:
     - colors_and_type.css  → the canonical token + @font-face
                               sheet (superset; components/_tokens.css
                               is the trimmed component-facing copy).

   It deliberately does NOT @import the ~380 per-component CSS
   files. Component CSS is authored to be scoped (via
   [data-chassis="…"] hosts and bare, component-local class
   names) and is loaded per-component by each demo / consumer.
   Aggregating it globally here would defeat that scoping and
   cause cross-component selector bleed.
   ============================================================ */

@import "./colors_and_type.css";
