/* Självhostade fonter (CSP-passet 2026-08-06) — ersätter Google Fonts-CDN.
   Latin-subset (täcker åäö) hämtat från fonts.gstatic.com och pinnat lokalt.
   Variabla fonter: en fil per familj täcker hela viktspannet. */

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

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('/fonts/inter-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Audiowide';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/audiowide-latin.woff2') format('woff2');
}
