/* Erzeugt aus den Schrift-Einstellungen. Nicht von Hand ändern -
   Änderungen gehören unter Website bearbeiten > Schriften.
   Es wird nichts von fremden Servern geladen. */

@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/inter/InterVariable.woff2?v=1789134433') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('/static/fonts/konfigurator/Anton.ttf?v=1789134839') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/static/fonts/konfigurator/Oswald.ttf?v=1789134840') format('truetype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('/static/fonts/konfigurator/Bitter.ttf?v=1789134840') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('/static/fonts/konfigurator/DancingScript.ttf?v=1789134840') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
