/*
 * Fuentes de marca (subset latino, WOFF2) — ver docs/marca-tipografia-colores.md.
 * Vogie es VARIABLE: un solo archivo cubre los pesos 300-700 (light a bold).
 * Nexa solo para títulos: book 400 / bold 700 / black 900.
 */
@font-face {
    font-family: 'Vogie';
    src: url('vogie-var.woff2?v=3') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* ?v=3: overshoot inferior aplanado (las redondas ya no bajan de la baseline) */
@font-face {
    font-family: 'Nexa';
    src: url('nexa-book.woff2?v=3') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('nexa-bold.woff2?v=3') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('nexa-black.woff2?v=3') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
