@font-face {
    font-family: 'Jost-Book';
    src: url(./Jost-BookItalic.woff2) format('woff2'),
        url(./Jost-BookItalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Jost-Semi';
    src: url(./Jost-Semi.woff2) format('woff2'),
        url(./Jost-Semi.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(./Jost-Light.woff2) format('woff2'),
        url(./Jost-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(./Jost-Bold.woff2) format('woff2'),
        url(./Jost-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Book';
    src: url(./Jost-Book.woff2) format('woff2'),
        url(./Jost-Book.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url(./Jost-Medium.woff2) format('woff2'),
        url(./Jost-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

