/* ============================================
   Selbstgehostete Schriften (DSGVO-konform)
   Wie auf hochzeit.heinerweiss.de
   ============================================
   Beide Fonts sind als woff2 selbst gehostet.
   Cormorant Garamond wird als einzelne Datei
   für alle Gewichte 300-700 geliefert.
   Inter ist ein Variable Font (100-900).
   ============================================ */

/* Inter – Variable Font (alle Gewichte 100-900) */
@font-face {
    font-family: 'Inter';
    src: url('inter.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Cormorant Garamond – normal (Gewichte 300-700) */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('cormorant-garamond.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* Cormorant Garamond – italic (Gewichte 300-700) */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('cormorant-garamond-italic.woff2') format('woff2');
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}
