/*
 * Lokale Schriften für DSGVO-Konformität
 * 
 * ANLEITUNG: Lade die Schriften von https://gwfh.mranftl.com/ herunter:
 *   1. Suche nach "Cinzel Decorative" → wähle Gewichte 400, 700, 900 → Download
 *   2. Suche nach "Cinzel" → wähle Gewichte 400, 600, 700 → Download
 *   3. Suche nach "Cormorant Garamond" → wähle 400, 400italic, 600, 700 → Download
 *   4. Entpacke alle .woff2-Dateien in den Ordner /fonts/
 *
 * Alternative: https://google-webfonts-helper.herokuapp.com/
 */

/* Cinzel Decorative */
@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cinzel-decorative-v16-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('cinzel-decorative-v16-latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('cinzel-decorative-v16-latin-900.woff2') format('woff2');
}

/* Cinzel */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cinzel-v23-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('cinzel-v23-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('cinzel-v23-latin-700.woff2') format('woff2');
}

/* Cormorant Garamond */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-700.woff2') format('woff2');
}
