/* =============================================================
   Lokal gehostete Fonts (statt Google-Fonts-CDN).
   Vermeidet die Uebertragung von Besucher-IPs an Google beim
   Seitenaufruf (DSGVO). Nur "latin"-Subset (deckt ae/oe/ue/ss ab).

   Ausgeliefert werden genau die zwei Familien, die die Seite auch
   benutzt. Was hier deklariert ist, muss mit Abschnitt 3 der
   Datenschutzerklaerung uebereinstimmen.
   ============================================================= */

/* Fliesstext: Inter (Variable Font, ein File deckt 100 bis 900 ab). */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-variable.woff2") format("woff2");
}

/* Display: Clash Display (Fontshare, frei fuer kommerzielle Nutzung und
   Selbst-Hosting). Kein Variable Font, deshalb ein File je Gewicht.
   Nur fuer Headlines und grosse Zahlen, Fliesstext bleibt Inter. */
@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/clash-display-600.woff2") format("woff2");
}
@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/clash-display-700.woff2") format("woff2");
}
