@font-face{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Jost-Light.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Jost-LightItalic.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Jost-Medium.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Jost-MediumItalic.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Jost-SemiBold.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Jost-SemiBoldItalic.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Jost-Bold.ttf") format("opentype");
}
@font-face{
    font-family: 'Jost';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Jost-BoldItalic.ttf") format("opentype");
}
/* ------------------------------------------------------- */
@font-face{
    font-family: 'Quarto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Quarto-Light.otf") format("opentype");
}
@font-face{
    font-family: 'Quarto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Quarto-Light Italic.otf") format("opentype");
}
@font-face{
    font-family: 'Quarto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Quarto-Black.otf") format("opentype");
}
@font-face{
    font-family: 'Quarto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Quarto-Black Italic.otf") format("opentype");
}
/* ------------------------------------------------------- */
@font-face{
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Verdana.ttf") format("opentype");
}