/* =============================================================================
   AktivMama – Schriften (lokal eingebunden, DSGVO-konform)
   -----------------------------------------------------------------------------
   Keine externen Google-Fonts-Aufrufe. Alle Dateien liegen unter
   /assets/fonts/ und werden lokal ausgeliefert.
   Display: Fraunces (Serif) · Body: Mulish (Sans)
   ============================================================================= */

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

/* ---- Mulish (Body) ---- */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/mulish-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/mulish-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/mulish-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/mulish-latin-700-normal.woff2") format("woff2");
}
