/* ============================================================
   ParusVoice — Self-hosted Webfonts (v2)
   DSGVO: ersetzt das Google-Fonts-CDN (kein IP-Transfer an Google).

   Alle drei Familien sind VARIABLE Fonts — eine einzige woff2 deckt
   die komplette Gewichtsachse ab. Daher EIN File je Familie + eine
   font-weight-Range (statt mehrerer identischer Dateien je Gewicht →
   spart Mehrfach-Downloads desselben Files).

   Genutzte Gewichte: Schibsted 400/500/600/700, Jakarta 600/800,
   JetBrains 400/500/600 — alle innerhalb der unten deklarierten Ranges.
   Die größengleichen *-500/-600/-700- bzw. *-800-Kopien in /fonts/ sind
   ungenutzte Duplikate des Variable-Files und dürfen gelöscht werden.
   ============================================================ */

@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/fonts/schibsted-grotesk-400.woff2') format('woff2'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 600 800; font-display: swap; src: url('/fonts/plus-jakarta-sans-600.woff2') format('woff2'); }
@font-face { font-family: 'JetBrains Mono';     font-style: normal; font-weight: 400 600; font-display: swap; src: url('/fonts/jetbrains-mono-400.woff2') format('woff2'); }
