/*
 * Lokale Schriften – DSGVO-konform
 * Kein Anruf an externe Server (Google Fonts API).
 * Pfade relativ zu dieser CSS-Datei (css/fonts.css).
 */

/* ============================================================
   Montserrat – Variable Font (deckt alle Gewichte 100–900 ab)
   ============================================================ */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../Cormorant_Garamond,Montserrat/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../Cormorant_Garamond,Montserrat/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

/* ============================================================
   Cormorant Garamond – Variable Font
   ============================================================ */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../Cormorant_Garamond,Montserrat/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    src: url('../Cormorant_Garamond,Montserrat/Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}
