@font-face{
    font-family: "Valentina";
    src:url("../fonts/Valentina-Regular.otf") format("opentype"),
    url("../fonts/Valentina-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Tex Gyre Heros";
    font-weight: normal;
    src: url("../fonts/texgyreheros-regular.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros";
    font-weight: bold;
    src: url("../fonts/texgyreheros-bold.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros";
    font-style: italic;
    src: url("../fonts/texgyreheros-italic.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/texgyreheros-bolditalic.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros Condensed";
    font-weight: normal;
    src: url("../fonts/texgyreheroscn-regular.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros Condensed";
    font-weight: bold;
    src: url("../fonts/texgyreheroscn-bold.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros Condensed";
    font-style: italic;
    src: url("../fonts/texgyreheroscn-italic.otf") format("opentype");
}

@font-face {
    font-family: "Tex Gyre Heros Condensed";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/texgyreheroscn-bolditalic.otf") format("opentype");
}