/* Lokal gehostete Schriften – kein externer Abruf bei Google (DSGVO) */
@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("/fonts/fredoka-wght.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("/fonts/nunito-sans-wght.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 200 1000;
  src: url("/fonts/nunito-sans-wght-italic.woff2") format("woff2");
}
