/* ============================================================
   HEMM-Sphere Design System — global entry point
   Consumers link THIS one file. It is @import lines only.
   ============================================================ */

/* Telemetry numerals: JetBrains Mono is loaded from self-hosted woff2 when
   present (tokens/fonts.css); until that binary is committed, --font-mono
   falls back to the platform's ui-monospace face. Either way there is NO
   runtime request to a font CDN — the dashboard renders fully air-gapped
   (audit GAP-19). To get the JetBrains look offline, drop the woff2 into
   assets/fonts/ and uncomment its @font-face in tokens/fonts.css. */

@import "tokens/fonts.css";
@import "tokens/colors.css";
@import "tokens/typography.css";
@import "tokens/spacing.css";
@import "tokens/sizing.css";
@import "tokens/elevation.css";
@import "tokens/state-layers.css";
@import "tokens/density.css";
@import "tokens/alarm.css";
@import "tokens/intent.css";
@import "tokens/components.css";
@import "tokens/base.css";
/* contrast.css MUST sit between base and the theme files: it remaps to the
   daylight palette under prefers-contrast via a plain :root, and relies on
   dark.css / outdoor.css being imported AFTER it so an explicit theme wins. */
@import "tokens/contrast.css";
@import "tokens/dark.css";
@import "tokens/outdoor.css";
