/*
  Selbst gehostete Inter Variable Font (Latin-Subset, ~97 KB, ein Request,
  deckt Schriftschnitte 100–900 ab). Bewusst selbst gehostet statt über
  Google Fonts eingebunden: vermeidet die Übertragung der Besucher-IP an
  Google beim Laden der Schrift (DSGVO-Risiko bei Google-Fonts-CDN für
  deutsche Websites) und macht die Website unabhängig von einem Drittanbieter.
*/
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/InterVariable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
