/* 
 * Poppins Font Familie
 * 
 * Lokale Version der Poppins-Schriftart (Open Source)
 * Quelle: https://github.com/google/fonts/tree/main/ofl/poppins
 * Lizenz: SIL Open Font License (OFL)
 */

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

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

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

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

/* 
 * System-Fallbacks, falls die Poppins-Schriftart nicht geladen werden kann
 * Wir verwenden keine Google Fonts oder externe CDNs aus rechtlichen Gründen
 */