/* ==========================================================================
   Lokal gehostete Schrift (Poppins, lt. Brand Guidelines)
   Ersetzt den Google-Fonts-CDN-Aufruf (fonts.googleapis.com), damit beim
   Seitenaufruf keine Besucher-IP an Google übertragen wird. Reine
   CDN-Einbindung von Google Fonts ohne Einwilligung gilt in Deutschland
   als DSGVO-Verstoß (LG München I, Urt. v. 20.01.2022 – 3 O 17493/20).
   Dateien liegen unter /fonts/poppins, Subset: latin (deckt auch
   ä ö ü ß ab, Unicode-Range U+0000-00FF).
   ========================================================================== */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/poppins/poppins-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/poppins/poppins-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-latin-600-normal.woff2") format("woff2");
}
