/*
 * Lokale Web-Fonts – DSGVO-konform
 * Kein Kontakt zu Google-Servern oder anderen Drittanbietern.
 *
 * Benötigte Dateien (aus dem jeweiligen Download-Zip in diesen Ordner kopieren):
 *   Playfair Display  → PlayfairDisplay-Regular.ttf
 *                     → PlayfairDisplay-Italic.ttf
 *                     → PlayfairDisplay-Bold.ttf
 *                     → PlayfairDisplay-BoldItalic.ttf
 *   Cinzel            → Cinzel-Regular.ttf
 *                     → Cinzel-SemiBold.ttf
 *                     → Cinzel-Bold.ttf
 *   Lora              → Lora-Regular.ttf
 *                     → Lora-Italic.ttf
 *                     → Lora-SemiBold.ttf
 */

/* ── Playfair Display ─────────────────────────────────────── */
@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ── Cinzel ───────────────────────────────────────────────── */
@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('Cinzel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── Lora ─────────────────────────────────────────────────── */
@font-face {
    font-family: 'Lora';
    src: url('Lora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('Lora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
