/* =========================================================
   Praxis-Marketing-KI · Schriften (self-hosted, DSGVO-konform)
   Fraunces (Variable) + Inter (Variable), kein Google-Request.
   Wird von allen Seiten als erstes Stylesheet geladen.
   ========================================================= */

@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-var.woff2") format("woff2");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-italic-var.woff2") format("woff2");
  font-weight: 300 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
