/* Objectivity, SIL Open Font License (zie LICENSE.txt). Zes gewichten: het paneel
   gebruikt 400 en 500 voor tekst, 600 tot 900 voor koppen en nadruk. */

@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Filament vraagt 600 voor koppen en knoppen; Objectivity heeft geen SemiBold, dus
   Bold vult dat gewicht in plaats van de browser het te laten namaken. */
@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-Bold.woff2') format('woff2');
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Objectivity';
    src: url('./Objectivity-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
