/* -----------------------------------------------------------
   Poppins – lokal eingebunden (SIL Open Font License 1.1)
   Ersetzt die Einbindung über fonts.googleapis.com / fonts.gstatic.com,
   damit die Website ohne externe Serveranfragen und ohne Cookies
   von Drittanbietern auskommt.
------------------------------------------------------------ */

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

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins/poppins-latin-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins/poppins-latin-400-italic.woff2') format('woff2');
}
