/* Lokal eingebundene Schriften (DSGVO-konform, keine Verbindung zu Google) */

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nunito-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/nunito-latin-800-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/nunito-latin-900-normal.woff2") format("woff2");
}
@font-face {
  font-family: "ADLaM Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/adlam-display-latin-400-normal.woff2") format("woff2");
}
