@font-face {
    font-family: "QuboRegular";
    src: url("../fonts/QuboReg-webfont.woff2") format("woff2"),
         url("../fonts/QuboReg-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuboItalic";
    src: url("../fonts/QuboIta-webfont.woff2") format("woff2"),
         url("../fonts/QuboIta-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuboBold";
    src: url("../fonts/QuboBol-webfont.woff2") format("woff2"),
         url("../fonts/QuboBol-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuboBoldItalic";
    src: url("../fonts/QuboBolIta-webfont.woff2") format("woff2"),
         url("../fonts/QuboBolIta-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuboLight";
    src: url("../fonts/QuboLig-webfont.woff2") format("woff2"),
         url("../fonts/QuboLig-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QuboLightItalic";
    src: url("../fonts/QuboLigIta-webfont.woff2") format("woff2"),
         url("../fonts/QuboLigIta-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "QuboRegular";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "QuboLight";
}

i {
    font-family: "QuboItalic";
}

strong, b {
    font-family: "QuboBold";
}