@font-face {
    font-family: "Jost";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Jost-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Jost";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Jost-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Jost";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Jost-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Jost";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Jost-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "NT Mikella";
    font-weight: 400;
    font-style: normal;
    src:
        url(../fonts/nt_mikella_regular-webfont.woff) format("woff"),
        url(../fonts/nt_mikella_regular-webfont.woff2) format("woff2");
}

@font-face {
    font-family: "Victor Mono";
    font-weight: 400;
    font-style: normal;
    src:
        url(../fonts/victormono-semibold-webfont.woff) format("woff"),
        url(../fonts/victormono-semibold-webfont.woff2) format("woff2");
}