/*
 * Zelf-gehoste webfonts (AVG-proof — geen verzoeken naar Google).
 * Plaats de bijbehorende .woff2-bestanden in deze map (fonts/).
 * Zie fonts/LEESMIJ.txt voor de exacte bestandsnamen en downloadlink.
 */

/* ---- EB Garamond (koppen) ---- */
@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("eb-garamond-400.woff2") format("woff2");
}
@font-face {
    font-family: "EB Garamond";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("eb-garamond-500.woff2") format("woff2");
}
@font-face {
    font-family: "EB Garamond";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("eb-garamond-400-italic.woff2") format("woff2");
}

/* ---- Source Sans 3 (lopende tekst, navigatie, labels) ---- */
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("source-sans-3-400.woff2") format("woff2");
}
@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("source-sans-3-500.woff2") format("woff2");
}
