/* ============================================================ Corrosion Control — Fonts Geist — UI / body / app headings JetBrains Mono — console, data, IDs, telemetry Oxanium — brand wordmark + marketing display (game-ops flavor) ------------------------------------------------------------ NOTE: The Google Fonts stylesheet is loaded via tags in index.html — NOT @import here. A CSS @import that ends up mid-bundle after concatenation is silently dropped by the optimizer (fonts never load in production). If you want these self-hosted (offline), send the woff2 files and they become @font-face rules here. ============================================================ */ :root { --font-sans: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', 'Cascadia Code', Menlo, monospace; /* Brand wordmark + big marketing display — squared, technical, gamey */ --font-brand: 'Oxanium', 'Geist', system-ui, sans-serif; /* App-level display headings stay on the neutral sans */ --font-display: var(--font-sans); }