/* Lokal gehostete Schriften. Kein externer Font-Provider, damit keine
   Besucher-IP das Haus verlaesst. Space Grotesk ist aus dem Variable Font
   auf 300, 400 und 700 festgesetzt. Beide Familien, SIL Open Font License 1.1. */

@font-face {
    font-family: 'Space Grotesk';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/SpaceGrotesk-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/BebasNeue-Regular.woff2') format('woff2');
}
