/* ============================================================
   FONTS — selbst gehostet (DSGVO), woff2 aus fonts/.
   Headline (nur H1/H2): Sentient Medium/Bold (Kundenlieferung
   Sentient_Complete.zip, Fontshare/ITF-Lizenz, Runde 3: ersetzt
   Newsreader) · Rest: Source Sans 3 400/600/700 (webfonts-helper)
   ============================================================ */

@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Sentient-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Sentient";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Sentient-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-v19-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-3-v19-latin-700.woff2") format("woff2");
}
