/* Default font — render-blocking but tiny (~290 bytes) */
/* Space Grotesk: github.com/floriankarsten/space-grotesk (OFL 1.1) */

@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/SpaceGrotesk-variable.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: optional;
}

/* Metric-adjusted fallback — matches Space Grotesk dimensions to prevent CLS */
@font-face {
    font-family: 'Space Grotesk Fallback';
    src: local('Arial'), local('Helvetica Neue'), local('Helvetica');
    size-adjust: 126.64%;
    ascent-override: 77.7%;
    descent-override: 23.06%;
    line-gap-override: 0%;
}
