/* ============================================================
   FUENTES AUTO-ALOJADAS · PIEL LORCA (2026-07-02) — TAREA A
   Bodoni Moda (display) · Hanken Grotesk (cuerpo) · Space Mono
   (metadatos) · Fraunces (acentos). Variable WOFF2 (Space Mono es
   estática por diseño), subset latin + latin-extended.
   Sustituye a fonts.googleapis.com en /lamanigua/cuerpos-de-lorca/.
   ============================================================ */

@font-face {
    font-family: 'Bodoni Moda';
    src: url('../fonts/bodoni-moda-vf.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni Moda';
    src: url('../fonts/bodoni-moda-italic-vf.woff2') format('woff2');
    font-weight: 400 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/fraunces-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../fonts/fraunces-italic-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/hanken-grotesk-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/space-mono-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/space-mono-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('../fonts/space-mono-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
