/* ─────────────────────────────────────────────
   SELF-HOSTED FONTS — DSGVO-konform
   Keine Verbindung zu Google oder anderen
   Drittanbietern. Alle Schriften liegen lokal
   im /fonts/-Ordner und werden vom Webhost geliefert.
   ───────────────────────────────────────────── */

/* Bebas Neue — Headlines, Buttons */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
}

/* DM Sans — Body / UI (Variable Font, deckt Gewichte 100–1000 ab) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/DM_Sans/DMSans-VariableFont_opsz%2Cwght.ttf") format("truetype-variations"),
       url("../../fonts/DM_Sans/DMSans-VariableFont_opsz%2Cwght.ttf") format("truetype");
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../../fonts/DM_Sans/DMSans-Italic-VariableFont_opsz%2Cwght.ttf") format("truetype-variations"),
       url("../../fonts/DM_Sans/DMSans-Italic-VariableFont_opsz%2Cwght.ttf") format("truetype");
}

/* DM Mono — Mono-Labels, Karten-Nummern, Badges */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: 'DM Mono';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: 'DM Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: 'DM Mono';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/DM-mono/dm-mono-v16-latin-500italic.woff2") format("woff2");
}
