/**
 * Lokale Fonts – Francois One + Open Sans
 *
 * Self-Hosted statt Google Fonts CDN. DSGVO-konform, kein externer Request.
 * font-display: swap verhindert unsichtbaren Text beim Laden.
 */

@font-face {
    font-family: 'Francois One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/francois-one-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/open-sans-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/open-sans-latin-italic.woff') format('woff');
}
