/* v2.1 Rebrand — Lexend variable font hosted local */
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/Lexend-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* fallback estático para clientes que no soportan variable fonts (Outlook viejo, etc) */
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/static/Lexend-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/static/Lexend-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/static/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/static/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/Lexend/static/Lexend-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
