/* ============================================================
   Marrsai Design System — root stylesheet
   The single entry point for consumers. Link this one file:

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

   It loads, in order:
     1. fonts + base tokens + components + base/print/focus
        (via assets/css/marrsai-theme.css)
     2. semantic aliases and typography roles
        (--fg-1, --bg-surface, .t-h1, .t-eyebrow, report type, …)

   Sans-only system: Geist for every UI surface, Instrument Sans for
   report display, JetBrains Mono for data. No serif.
   ============================================================ */

@import url("./assets/css/marrsai-theme.css");
@import url("./colors_and_type.css");
