/* ──────────────────────────────────────────────────────────────────────
   Inter — local self-hosted (DSGVO-safe, kein Google-Fonts-Request)
   Variable-Font-Version: eine Datei deckt alle Weights 100–900 ab.
   Quelle: https://github.com/rsms/inter (SIL Open Font License 1.1)
   ────────────────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/Inter-Variable.woff2') format('woff2-variations'),
       url('../fonts/inter/Inter-Variable.woff2') format('woff2');
  font-named-instance: 'Regular';
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/Inter-Variable-Italic.woff2') format('woff2-variations'),
       url('../fonts/inter/Inter-Variable-Italic.woff2') format('woff2');
  font-named-instance: 'Italic';
}
