/* ============================================================
   avirum – Self-hosted Fonts
   Clash Display + General Sans (Fontshare, freie kommerzielle Nutzung)
   Lokal ausgeliefert → keine externen Requests, DSGVO-konform.
   ============================================================ */

@font-face {
  font-family: "Clash Display";
  src: url("assets/fonts/clashdisplay-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("assets/fonts/clashdisplay-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("assets/fonts/clashdisplay-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("assets/fonts/generalsans-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
