/*
 * Schibsted Grotesk, self-hosted via Bunny Fonts (GDPR-vriendelijk, geen
 * bezoeker-IP naar Google). Eén lettergezin voor koppen en tekst, zoals de
 * richting "werkplaatsjournaal" voorschrijft.
 *
 * font-display: swap zorgt dat de tekst direct zichtbaar is met een
 * fallback-font terwijl het echte font laadt.
 *
 * Alleen de latin-subset: het Nederlands van deze site gebruikt geen tekens
 * uit latin-ext.
 */

@font-face {
    font-family: "Schibsted Grotesk";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.bunny.net/schibsted-grotesk/files/schibsted-grotesk-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Schibsted Grotesk";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://fonts.bunny.net/schibsted-grotesk/files/schibsted-grotesk-latin-500-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Schibsted Grotesk";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://fonts.bunny.net/schibsted-grotesk/files/schibsted-grotesk-latin-600-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Schibsted Grotesk";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://fonts.bunny.net/schibsted-grotesk/files/schibsted-grotesk-latin-700-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Schibsted Grotesk";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("https://fonts.bunny.net/schibsted-grotesk/files/schibsted-grotesk-latin-800-normal.woff2") format("woff2");
}
