/* ============================================================================
   FUNK TYPE — LP-Variante (schlank, externe woff2-Dateien statt base64)
   Funk Sans  = Hanken Grotesk derivative (binary-renamed)
   Funk Serif = Fraunces derivative (partial-instanced WONK=0/SOFT=0)
   Beide SIL Open Font License 1.1 — siehe fonts/FUNK_TYPE_LICENSE_PROVENANCE.md
   Self-hosted — 0 Google-Fonts / jsdelivr CDN load (DSGVO: LG Muenchen Google-Fonts-Urteil).

   Abgeleitet aus funk-fonts.css (base64, 637 KB, render-blockierend) fuer
   /coaching-vertrag-kuendigen.html (DE + EN):
   - statische Schnitte statt Variable Fonts (wght gepinnt; Serif zusaetzlich opsz=24)
   - Zeichenvorrat = "latin"-Subset von funk-fonts.css (U+0000-00FF, Interpunktion,
     EUR, Trademark) — deckt DE/EN der LP vollstaendig ab; kein unicode-range noetig
   - funk-fonts.css bleibt unveraendert und weiterhin die Quelle fuer alle
     uebrigen Seiten (dort inkl. Cyrillic/Vietnamese/Latin-Ext und Flag-Emoji)
============================================================================ */

/* --- Funk Serif (Displays: h1-h4, Kacheln, Summaries, Preis) --- */
@font-face {
  font-family: 'Funk Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/webfonts/funk-serif-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Serif';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/webfonts/funk-serif-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/webfonts/funk-serif-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/webfonts/funk-serif-700.woff2) format('woff2');
}

/* --- Funk Sans (Fliesstext, Labels, Buttons, Formular) --- */
@font-face {
  font-family: 'Funk Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/webfonts/funk-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/webfonts/funk-sans-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/webfonts/funk-sans-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Funk Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/webfonts/funk-sans-400-italic.woff2) format('woff2');
}
