
/* @import must be at top of file, otherwise CSS will not work
@import url("//hello.myfonts.net/count/3907b8"); */


@font-face {
    font-family: 'jost-500';
    src: url('jost-v18-latin-500.woff2') format('woff2');
    font-weight:500;
}

@font-face {
    font-family: 'jost';
    src: url('jost-v18-latin-regular.woff2') format('woff2');
    font-weight:400;
}