/**
 * Inter, lokal eingebunden (statt Google-Fonts-CDN).
 *
 * Grund: Ein direkt eingebundener Google-Fonts-Link überträgt beim Laden
 * der Seite automatisch die IP-Adresse des Besuchers an Google — ohne
 * Einwilligung ist das nach DSGVO problematisch (und war in Deutschland
 * Auslöser einer bekannten Abmahnwelle). Lokal gehostete Dateien umgehen
 * das Problem komplett, ganz ohne Cookie-Banner für Schriften.
 *
 * Dateien stammen von @fontsource/inter (SIL Open Font License 1.1).
 */

@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2");
}
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2");
}
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2");
}
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-800-normal.woff2") format("woff2");
}
@font-face{
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/inter/inter-latin-900-normal.woff2") format("woff2");
}
