@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: 'Jost';
}