/* ═══════════════════════════════════════════════════════════
   XBC-CORE — FUENTES LOCALES WOFF2
   Reemplaza: Google Fonts CDN (líneas 7-9 del V5)
   Fuentes: Cormorant Garamond, Tenor Sans, IBM Plex Mono
   Regla: CERO CDN. Todo local.
   Rutas: public/fonts/{familia}/archivo.woff2
   ═══════════════════════════════════════════════════════════ */

/* — Cormorant Garamond — */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/cormorant-garamond/CormorantGaramond-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/cormorant-garamond/CormorantGaramond-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/cormorant-garamond/CormorantGaramond-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/fonts/cormorant-garamond/CormorantGaramond-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* — Tenor Sans — */
@font-face {
    font-family: 'Tenor Sans';
    src: url('/fonts/tenor-sans/TenorSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* — IBM Plex Mono — */
@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('/fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
