/* ============================================================
   Skilllock — selbst gehostete Webfonts (DSGVO: kein Google-CDN)
   Quelle: Design-Prototyp (Klickdummy). Variable woff2, nur Latin.
   - Inter            → UI/Body  (--font-sans)
   - Source Serif 4   → Headings (--font-serif)
   Umlaute/ß sind im Latin-Bereich (U+00xx) enthalten.
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/source-serif-4-latin-var.woff2') format('woff2');
}
