/* ESSENTIA – lokale Fonts (DSGVO-konform, kein Google-CDN)
   Stand: exakt die vorhandenen Dateien in /assets/fonts/

   Hinweise:
   - Kursivschnitte 300/400/500 von Cormorant fehlen als Datei.
     Es ist nur 600italic vorhanden -> Browser nimmt für alle
     italic-Gewichte den nächstgelegenen Schnitt (600italic).
     Optional nachladen: 300italic, italic, 500italic (v21). */

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

/* ---------- Allura ---------- */
@font-face{
  font-family:'Allura';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/allura-v23-latin_latin-ext-regular.woff2') format('woff2');
}

/* ---------- Lato ---------- */
@font-face{
  font-family:'Lato';font-style:normal;font-weight:300;font-display:swap;
  src:url('../fonts/lato-v25-latin-300.woff2') format('woff2');
}
@font-face{
  font-family:'Lato';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
}
@font-face{
  font-family:'Lato';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/lato-v25-latin-700.woff2') format('woff2');
}
