/* ============================================================ Corrosion Control — Fonts Geist — UI / body / app headings JetBrains Mono — console, data, IDs, telemetry Oxanium — brand wordmark + marketing display (game-ops flavor) ------------------------------------------------------------ NOTE: Loaded from Google Fonts CDN. If you want these self- hosted (offline), send the woff2 files and these @imports become @font-face rules. ============================================================ */ @import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700;800&family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Oxanium:wght@500;600;700;800&display=swap'); :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); }