/* Lokal gehostete Schriften (Fraunces, Inter) statt Live-Ladung von Google Fonts.
   Grund: fonts.googleapis.com/fonts.gstatic.com übertragen sonst bei jedem Seitenaufruf
   die Besucher-IP an Google (siehe Datenschutzerklärung §3.7). Die eigentlichen
   Schriftdateien (.woff2) müssen einmalig hier im /fonts-Ordner abgelegt werden -
   siehe FONTS-README.txt im selben Ordner für die genaue Anleitung.
   Bis die Dateien vorhanden sind, greifen Browser automatisch auf die
   im übrigen CSS hinterlegten Fallback-Schriften (Arial/Georgia) zurück. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fraunces-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fraunces-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fraunces-700.woff2') format('woff2');
}
