/* Lokal gehostete Fonts (DSGVO-freundlich, kein Google-Request).
   Die .woff2-Dateien müssen in /assets/fonts/ liegen – siehe assets/fonts/README.txt */

@font-face{
    font-family:'Bebas Neue'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/assets/fonts/bebas-neue-400.woff2') format('woff2');
}
@font-face{
    font-family:'Caveat'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/assets/fonts/caveat-700.woff2') format('woff2');
}
@font-face{
    font-family:'Space Grotesk'; font-style:normal; font-weight:400; font-display:swap;
    src:url('/assets/fonts/space-grotesk-400.woff2') format('woff2');
}
@font-face{
    font-family:'Space Grotesk'; font-style:normal; font-weight:500; font-display:swap;
    src:url('/assets/fonts/space-grotesk-500.woff2') format('woff2');
}
@font-face{
    font-family:'Space Grotesk'; font-style:normal; font-weight:700; font-display:swap;
    src:url('/assets/fonts/space-grotesk-700.woff2') format('woff2');
}
