/* ============================================================
   POPPINS – self-hosted, WOFF2, Latin + Latin-Extended Subset
   Pfad: /assets/fonts/Poppins/
   Browser lädt nur Schnitte, die per CSS tatsächlich benutzt werden.
   ============================================================ */

/* 100 - Thin */
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-Thin.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-ThinItalic.woff2') format('woff2');
}

/* 200 - ExtraLight */
@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-ExtraLightItalic.woff2') format('woff2');
}

/* 300 - Light (Standard) */
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-LightItalic.woff2') format('woff2');
}

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

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

/* 600 - SemiBold */
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
}

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

/* 800 - ExtraBold */
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-ExtraBoldItalic.woff2') format('woff2');
}

/* 900 - Black */
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/Poppins/Poppins-BlackItalic.woff2') format('woff2');
}
