/* ==========================================================================
   Lokal gehostete Schriften (DSGVO-konform, kein Google-Server-Aufruf)
   Fraunces (Headlines, variable, opsz 9..144, wght 600)
   Inter (Fließtext, variable, wght 400–700)
   Subset: latin (deckt Deutsch inkl. Umlaute ab)
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-latin-var.woff2") format("woff2");
}

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