/*
  Poppins, self-hosted (geen Google Fonts-CDN-afhankelijkheid), latin subset,
  vier gewichten. Bron: @fontsource/poppins 5.1.1 (gepind, zie
  wwwroot/lib/fonts/poppins/files/ — bijwerken is een bewuste stap, geen
  CDN-toeval). Enkel .woff2 (alle door dit project ondersteunde browsers
  hebben hier ondersteuning voor), font-display: swap zodat tekst meteen
  zichtbaar is met een systeemfont terwijl Poppins nog laadt.
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('files/poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('files/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('files/poppins-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('files/poppins-latin-700-normal.woff2') format('woff2');
}
