@font-face {
    font-family: 'Trueno';
    src: url('/webfonts/fonts/TruenoBd.woff2') format('woff2'),
        url('/webfonts/fonts/TruenoBd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trueno';
    src: url('/webfonts/fonts/TruenoLt.woff2') format('woff2'),
        url('/webfonts/fonts/TruenoLt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trueno';
    src: url('/webfonts/fonts/TruenoUltLtIt.woff2') format('woff2'),
        url('/webfonts/fonts/TruenoUltLtIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}