/* 1. TIPOGRAFÍAS DE LA MARCA */
@font-face {
    font-family: 'Korolev';
    src: url('/assets/fonts/korolev_heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tenon';
    src: url('/assets/fonts/tenon_regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tenon Medium';
    src: url('/assets/fonts/tenon_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tenon Bold';
    src: url('/assets/fonts/tenon_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}