/* =========================================================
   Schlüsselfertig-Kit · Schriften (self-hosted, DSGVO-konform)
   Lora (Variable) + Inter (Variable), kein Google-Request.
   Wird von allen Seiten als erstes Stylesheet geladen.
   ========================================================= */

@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/lora-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/lora-italic-var.woff2") format("woff2");
  font-weight: 400 700;
  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;
}
