/* fonts.css — self-hosted suite typefaces (offline-capable, no CDN).
   Space Grotesk (variable: wght 300-700) — headlines / display (the suite's
     original display face, self-hosted since the rebrand).
   Inter (variable: wght 100-900) — body copy.
   JetBrains Mono (variable: wght 100-800) — data readouts, labels, console.
   Imported by tokens.css so every page gets these automatically. */

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url('fonts/space-grotesk-var.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('fonts/inter-var.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-display: swap;
    font-weight: 100 800;
    src: url('fonts/jetbrains-mono-var.woff2') format('woff2-variations');
}
