/* ============================================================================
   PROYECTO: Eslabón Digital
   ARCHIVO: assets/css/fonts.css
   MÓDULO: Fuentes self-hosted (global). Sin media queries
   ----------------------------------------------------------------------------
   Consume variables globales. No redefine tokens. Compatible día/noche.
   Cinzel + Spectral self-hosteadas para no depender de fonts.googleapis.com (CSP).
   ============================================================================ */

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/cinzel-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/cinzel-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/cinzel-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/spectral-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/spectral-600.ttf') format('truetype');
}
