/*
 * Inter — self-hosted (SEC-H10).
 *
 * Originally pulled from fonts.googleapis.com / fonts.gstatic.com. Replaced
 * with a single variable woff2 so:
 *   - Public pages do not connect to Google (Swiss data residency, GDPR).
 *   - The CSP `font-src 'self'` directive can drop external origins.
 *   - First paint does not block on a third-party DNS / TLS handshake.
 *
 * The variable file covers weights 100..900; we only request 400/500/600/700
 * via font-weight, but the file itself is one and the same.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Inter-VariableFont.woff2') format('woff2-variations'),
         url('Inter-VariableFont.woff2') format('woff2');
}
