/*------------------------------------*\
    JOST — self hosted (woff2 only)
    Files live in /fonts/. No italics available,
    the browser will synthesise oblique if needed.
\*------------------------------------*/


/* Jost 200 - Thin */

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Jost-200-Thin.woff2') format('woff2');
}


/* Jost 300 - Light */

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


/* Jost 400 - Book / Regular */

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


/* Jost 500 - Medium */

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


/* Jost 600 - Semi Bold */

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Jost-600-Semi.woff2') format('woff2');
}


/* Jost 700 - Bold */

@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Jost-700-Bold.woff2') format('woff2');
}


/* Jost 800 - Heavy */

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


/* Jost 900 - Black */

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