/* Lokal eingebundene Webschriften (Fraunces, Inter, JetBrains Mono).
   Bewusst ohne Google Fonts: keine Aufrufe an fonts.googleapis.com oder
   fonts.gstatic.com, keine Übertragung von Besucherdaten an Google.
   Jeweils eine Variable-Font-Datei deckt mehrere font-weight-Werte ab. */

@font-face{
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/fraunces-italic-variable.woff2') format('woff2');
}
@font-face{
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/fraunces-normal-variable.woff2') format('woff2');
}
@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-normal-variable.woff2') format('woff2');
}
@font-face{
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-normal-variable.woff2') format('woff2');
}
