/* Self-hosted fonts (Space Grotesk, Inter) — avoids Google Fonts direct connect
   for DE visitors. Both files are variable fonts subsetted to latin (covers DE
   umlauts/ß, U+0000-00FF); each @font-face below picks its instance off the
   same file via the "wght" axis, matching Google's own css2 output. */

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

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

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

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