/* ============================================================
   Lokale Webfonts – Kerstin Child Theme
   Cormorant Garamond (Headlines) + Exo 2 (Fließtext)
   Selbst gehostet (DSGVO – kein Google-CDN)
   Dateien liegen in: twentytwentyfive-kerstin/fonts/
   ============================================================ */

/* ---------- Cormorant Garamond ---------- */

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

/* ---------- Exo 2 ---------- */

/* exo-2-300 */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/exo-2-v26-latin_latin-ext-300.woff2') format('woff2');
}
/* exo-2-regular (400) */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/exo-2-v26-latin_latin-ext-regular.woff2') format('woff2');
}
/* exo-2-500 */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/exo-2-v26-latin_latin-ext-500.woff2') format('woff2');
}
/* exo-2-600 */
@font-face {
  font-display: swap;
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/exo-2-v26-latin_latin-ext-600.woff2') format('woff2');
}
