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

@font-face {
    font-family:'Jost';
    src: url('Jost-Medium.ttf') format('ttf');
    font-weight:'600';
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Jost';
    src: url('Jost-Bold.ttf') format('ttf');
    font-weight:'800';
    font-style: normal;
    font-display: swap;
}


