@font-face {
    src: url('../font/Jost-Black.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-BlackItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 900;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Bold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-BoldItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-ExtraBold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-ExtraBoldItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 800;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-ExtraLight.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-ExtraLightItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 200;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Italic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Light.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-LightItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Medium.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-MediumItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 500;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Regular.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-SemiBold.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-SemiBoldItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 600;
    font-style: italic;
}
@font-face {
    src: url('../font/Jost-Thin.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    src: url('../font/Jost-ThinItalic.ttf');
    font-family: 'Jost';
    font-display: swap;
    font-weight: 100;
    font-style: italic;
}

body {
    font-family: "Poppins", sans-serif;
}