/*
 * LOKALE SCHRIFTEN – DSGVO-konform, kein Google Fonts Aufruf!
 * 
 * SETUP-ANLEITUNG:
 * 1. Gehen Sie zu: https://gwfh.mranftl.com/fonts
 *    (Google Webfonts Helper – Download-Tool)
 * 2. Suchen Sie "Cormorant Garamond" – Stile: regular, italic, 700
 * 3. Suchen Sie "Outfit" – Stile: 400, 600, 700
 * 4. Laden Sie jeweils das ZIP herunter (Format: woff + woff2)
 * 5. Entpacken und die Dateien in /wp-content/themes/neidert-knapp-theme/assets/fonts/ hochladen
 * 6. Passen Sie ggf. die Dateinamen unten an
 *
 * Alternativ: Diesen Block in style.css löschen und das OMGF-Plugin nutzen,
 * das Google Fonts automatisch lokal hostet.
 */

/* ── Cormorant Garamond (Serif – Überschriften) ─────────────────────────── */
@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'),
       url('../fonts/cormorant-garamond-v21-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2'),
       url('../fonts/cormorant-garamond-v21-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin-700.woff2') format('woff2'),
       url('../fonts/cormorant-garamond-v21-latin-700.woff') format('woff');
}

/* ── Outfit (Sans-Serif – Fließtext, UI) ────────────────────────────────── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'),
       url('../fonts/outfit-v11-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2'),
       url('../fonts/outfit-v11-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2'),
       url('../fonts/outfit-v11-latin-700.woff') format('woff');
}
