/*
 * Lokale Schrifteinbindung (DSGVO-konform, keine Google-Server).
 * WOFF2-Dateien in assets/fonts/ ablegen – Bezugsquelle siehe README.
 * Ohne die Dateien greift der Georgia-Fallback, die Seite bleibt nutzbar.
 */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/source-serif-4-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/source-serif-4-400-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/source-serif-4-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
