/*
  fonts.css

  Local webfont packaging (no external Google Fonts calls)

  Poppins is licensed under the SIL Open Font License, Version 1.1.
  See: /assets/fonts/poppins/OFL.txt

  Notes:
  - Keep this file small and loaded early.
  - We subset to Latin + Latin-Extended (incl. most EU diacritics).
*/

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

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

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

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

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