/* ==========================================================================
   LOKALE FONTS — Privacy-vriendelijk (geen Google requests)
   Fonts: Bebas Neue v16 (regular) + DM Sans v17 (400, 500, 600)
   
   INSTRUCTIE: Download de woff2-bestanden via google-webfonts-helper:
   https://gwfh.mranftl.com/fonts/bebas-neue?subsets=latin
   https://gwfh.mranftl.com/fonts/dm-sans?subsets=latin
   
   Plaats de .woff2 bestanden in deze fonts/ map.
   
   VERSIE-CHECK: Controleer actuele versies op https://fontsource.org
   Bebas Neue: https://fontsource.org/fonts/bebas-neue
   DM Sans: https://fontsource.org/fonts/dm-sans
   ========================================================================== */

/* Bebas Neue — Regular (400) — v16 */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('bebas-neue-v16-latin-regular.woff2') format('woff2');
}

/* DM Sans — Regular (400) — v17 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('dm-sans-v17-latin-regular.woff2') format('woff2');
}

/* DM Sans — Medium (500) — v17 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('dm-sans-v17-latin-500.woff2') format('woff2');
}

/* DM Sans — SemiBold (600) — v17 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('dm-sans-v17-latin-600.woff2') format('woff2');
}
