/* ============================================================
   818 Capital Partners — Design System root stylesheet
   ------------------------------------------------------------
   Single entry point for consuming projects. Link THIS file and
   you get the full token set + self-hosted fonts in one closure.

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

   Import chain:
     styles.css
       └─ colors_and_type.css   (all design tokens + base type)
            └─ fonts/fonts.css   (Inter + JetBrains Mono @font-face)

   The other *.css files in this project (shared/, social-v2/,
   design_handoff_*/ …) are self-contained snapshots used by
   individual deliverables and intentionally sit OUTSIDE this
   closure so their font declarations don't collide here.
   ============================================================ */

@import url('colors_and_type.css');
