@font-face {
    src: url('../font/Jost-Black.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 900;
}
@font-face {
    src: url('../font/Jost-Bold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 700;
}
@font-face {
    src: url('../font/Jost-ExtraBold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 800;
}
@font-face {
    src: url('../font/Jost-ExtraLight.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 200;
}
@font-face {
    src: url('../font/Jost-Light.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 300;
}
@font-face {
    src: url('../font/Jost-Medium.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 500;
}
@font-face {
    src: url('../font/Jost-Regular.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 400;
}
@font-face {
    src: url('../font/Jost-SemiBold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 600;
}
@font-face {
    src: url('../font/Jost-Thin.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 100;
}

body {
    font-family: 'Jost', 'Arial', 'Tahoma', sans-serif;
}