@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoRg.otf") format("opentype");
    font-weight: normal; /* light = 300, normal = 400, bold = 700 */
    font-style: normal; /* italic, normal */
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoLt.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoBd.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoBdIt.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoLtIt.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoUltLtIt.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Trueno';
    src: url("../fonts/Trueno/TruenoUltLt.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}