/* Lokal gehostete Schriftarten (Barlow Condensed, Inter) – ersetzt die
   externe Einbindung über fonts.googleapis.com/fonts.gstatic.com aus
   Datenschutzgründen (kein Kontakt der Besucher-Browser zu Google-Servern).
   Dateien liegen unter web/fonts/, Subset auf "latin" reduziert (deckt alle
   deutschen Zeichen inkl. äöüß ab) – Optik bleibt identisch. */

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-condensed-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/barlow-condensed-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/barlow-condensed-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/barlow-condensed-italic-700.woff2') format('woff2');
}

/* Inter wird als Variable Font ausgeliefert: eine Datei deckt alle
   Schriftschnitte 400–700 ab (wie im Google-Fonts-Original). */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/inter-variable.woff2') format('woff2');
}
