/* Selbst gehostete Variable Fonts (Fraunces + Geist) - ersetzt Google Fonts CDN.
   Latin-Subset deckt deutsche Umlaute (aeoeuess) + Anfuehrungszeichen/Pfeile ab.
   Pfade relativ zu dieser Datei; auf Unterseiten via ../fonts/fonts.css einbinden. */

@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fraunces-normal.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('fraunces-italic.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('geist-normal.woff2') format('woff2-variations');
}
