/* 
 * LOKALE FONTS - DSGVO-KONFORM
 * 
 * ANLEITUNG: Fonts herunterladen von https://gwfh.mranftl.com/fonts
 * 1. Suche "Bebas Neue" → regular auswählen → Download
 * 2. Suche "Space Grotesk" → 300,400,500,600,700 auswählen → Download
 * 3. Alle .woff2 Dateien in diesen /fonts/ Ordner kopieren
 */

/* Bebas Neue - für Headlines */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('bebas-neue-v14-latin-regular.woff2') format('woff2');
}

/* Space Grotesk - für Body Text */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('space-grotesk-v16-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('space-grotesk-v16-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('space-grotesk-v16-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('space-grotesk-v16-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('space-grotesk-v16-latin-700.woff2') format('woff2');
}
