/* Selbst gehostete Fonts (DSGVO) – ersetzt Google Fonts. */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("bebas-neue-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal; font-weight: 100 1000; font-display: swap;
  src: url("dm-sans-latin-standard-normal.woff2") format("woff2-variations");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic; font-weight: 100 1000; font-display: swap;
  src: url("dm-sans-latin-standard-italic.woff2") format("woff2-variations");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal; font-weight: 300; font-display: swap;
  src: url("dm-mono-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("dm-mono-latin-400-normal.woff2") format("woff2");
}
