/* Lokal gehostete Schriften (DSGVO — keine Google-Fonts-CDN).
   Es wird ausschließlich geladen, was auch verwendet wird:
   Playfair Display nur in 600 (alle Überschriften), Open Sans in 400/500/600.
   Playfair 700 ist bewusst nicht eingebunden — kein Element nutzt ihn. */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/playfair-display/playfair-display-600.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/open-sans/open-sans-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans/open-sans-600.woff2') format('woff2');
}
