@font-face {
    font-family:"Haval";
    src: url(../fonts/Haval-Light.otf) format("opentype"),
         url(../fonts/Haval-Light.woff) format("woff");
    font-weight: 300;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family:"Haval";
    src: url(../fonts/Haval-Regular.woff) format("woff");
    font-weight: 400;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family:"Haval";
    src: url(../fonts/Haval-Medium.otf) format("opentype"),
    url(../fonts/Haval-Medium.woff) format("woff");
    font-weight: 700;
    font-style:normal;
    font-display: swap;
}

@font-face {
    font-family:"Haval";
    src: url(../fonts/Haval-MediumSlanted.otf) format("opentype"),
    url(../fonts/Haval-MediumSlanted.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}