/* ============================================================================
 *  Selbst gehostete Webfonts (statt Google Fonts CDN).
 *  Grund: Beim Laden von fonts.googleapis.com würde die Besucher-IP an Google
 *  übertragen – das widerspräche unserer Datenschutzerklärung ("keine
 *  Weitergabe an Dritte") und ist nach DSGVO/DSG problematisch.
 *  Quelle der Dateien: Fontsource (github.com/fontsource), Subset "latin"
 *  (deckt Deutsch inkl. Umlaute ab). Format: WOFF2 (alle modernen Browser).
 * ============================================================================ */

/* -- Anton (Hero/Display) -------------------------------------------------- */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/anton-latin-400-normal.woff2') format('woff2');
}

/* -- Archivo (Headings/UI) ------------------------------------------------- */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/archivo-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/archivo-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/archivo-latin-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/archivo-latin-800-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/archivo-latin-900-normal.woff2') format('woff2');
}

/* -- Hanken Grotesk (Body) ------------------------------------------------- */
@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/hanken-grotesk-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/hanken-grotesk-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/hanken-grotesk-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/hanken-grotesk-latin-700-normal.woff2') format('woff2');
}
