/* Zelf gehoste lettertypen (DM Sans / DM Serif Display), i.p.v. live laden vanaf
   fonts.googleapis.com / fonts.gstatic.com. Bij live laden stuurt elke bezoeker
   bij elke paginaweergave zijn IP-adres naar Google zonder toestemming of
   grondslag — een bekend AVG-knelpunt. Door de bestanden hier te serveren
   gebeurt die dataoverdracht niet meer. Bestanden komen van het officiële,
   open-source Google Fonts-project (via het @fontsource npm-pakket). */

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

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

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

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

@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-serif-display-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-serif-display-latin-400-italic.woff2') format('woff2');
}
