/* ============================================
   KI-LEHREN.DE – LOKAL GEHOSTETE SCHRIFTEN
   Ersetzt die Google-Fonts-Einbindung (DSGVO).
   Dateien liegen unter /fonts/, Lizenz: SIL OFL.
   ============================================ */

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-serif-display-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-serif-display-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/lora-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/lora-italic-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/ibm-plex-sans-variable.woff2') format('woff2');
}
