/* Lokal gehostete "Inter"-Schrift statt Google Fonts (fonts.googleapis.com/
   fonts.gstatic.com) - DSGVO-Grund: beim Laden ueber Google wird bei jedem
   Seitenaufruf die IP-Adresse des Besuchers an Google-Server in den USA
   uebertragen (siehe LG Muenchen I, Urteil vom 20.01.2022, Az. 3 O 17493/20).
   Inter steht unter der SIL Open Font License 1.1, Selbst-Hosting ist erlaubt.
   Nur der "latin"-Subset (deckt inkl. deutscher Umlaute/ß ab) wurde gebraucht -
   die von Google zusaetzlich ausgelieferten cyrillic/greek/vietnamese-Subsets
   sind fuer diese Seite nicht relevant. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/inter-800.woff2') format('woff2');
}
