@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/static/Jost-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
