/*
 * Lokal gehostete Inter-Variante (statt fonts.googleapis.com).
 * Datenschutz-Hintergrund: Bei Embed via Google Fonts laeuft pro
 * Seitenaufruf eine IP-Adresse an Google — laut deutscher Recht-
 * sprechung (LG Muenchen 20.01.2022, 3 O 17493/20) abmahnfaehig.
 * Eigene Auslieferung loest das Problem komplett.
 *
 * Dateien liegen unter /fonts/inter/ und werden einmalig per
 * scripts/fetch-inter-fonts.sh auf der VM heruntergeladen.
 *
 * Inter ist OFL 1.1 — uneingeschraenkt redistributierbar.
 */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/inter/Inter-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/inter/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/inter/Inter-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/inter/Inter-ExtraBold.woff2') format('woff2');
}
