/* ============================================================================
   PSC — Self-hosted Fonts (kein Google-Fonts-Link, wie okava-website-v2)
   ============================================================================
   Questrial (Logo/Headlines) + Exo 2 (Fließtext), lokal unter assets/fonts/.
   Quelle: quelle/Fonts.zip (Google Fonts, Open Font License), TTF → WOFF2
   konvertiert. Exo 2 liegt als Variable Font vor (ein File deckt alle
   Schnitte 100–900 ab), Questrial nur als Regular (die Familie hat keine
   weiteren Schnitte).
   ========================================================================= */

@font-face {
  font-family: "Questrial";
  src: url("../assets/fonts/questrial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url("../assets/fonts/exo2.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo 2";
  src: url("../assets/fonts/exo2-italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
