/* =============================================================
   SKILLSLINE DESIGN SYSTEM — ROOT STYLESHEET
   -------------------------------------------------------------
   Single entry point. Link THIS file to pull in the full token
   set (colors, type, spacing, radii, shadows, motion) plus the
   semantic typography rules and brand utility classes.

       <link rel="stylesheet" href="styles.css">

   It re-exports colors_and_type.css, which also loads the
   brand fonts (Montserrat, Cormorant Garamond, JetBrains Mono) from their
   CDNs. The scoped helpers preview/_card.css and slides/_slides.css
   are intentionally NOT imported here — they style specific
   surfaces (DS preview cards, deck slide scaling) and would
   pollute a global include.
   ============================================================= */

@import url('colors_and_type.css');
