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

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

@font-face {
    font-family: 'Jost';
    font-weight: 600;
    src: url('../../fonts/Jost-SemiBold.ttf');
    font-display: swap;
}

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