/**
 * Lokale webfonts — kerstpakkettenbus.nl
 *
 * Vervangt de externe Google Fonts-aanroep. Alleen de subsets en gewichten
 * die de site daadwerkelijk gebruikt:
 *
 *   Cormorant Garamond (koppen)  — 300, 400, 600 · normaal + cursief
 *   DM Sans (bodytekst)          — 300, 400, 500 · alleen normaal
 *
 * Subset: latin (dekt het volledige Nederlandse alfabet inclusief é, ë, ï, ö, ü).
 * Bronformaat: woff2 — ondersteund door alle browsers sinds 2020.
 * Bestanden afkomstig van Fontsource, beide fonts onder de SIL Open Font License.
 * De licentiebestanden staan in deze map en moeten meegeleverd blijven.
 */

/* ============================================================
   CORMORANT GARAMOND — koppen en citaten
   ============================================================ */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('cormorant-garamond-300-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('cormorant-garamond-300-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-400-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('cormorant-garamond-600-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('cormorant-garamond-600-italic.woff2') format('woff2');
}

/* ============================================================
   DM SANS — bodytekst, navigatie, formulieren
   ============================================================ */

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

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

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