/* ──────────────────────────────────────────────────────────────────────────
   Identidad del Centenario ENSMA · 1926 — 2026
   Tipografías y color muestreados del logo del centenario.
   Referencia: ~/Sites/centenario-ensma/marca/PALETA.md
   Licencia de las fuentes: SIL Open Font License 1.1 (uso libre).
   ────────────────────────────────────────────────────────────────────────── */

@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 300; font-style: normal; font-display: swap;
    src: url("/assets/fonts/cormorant-300.woff2") format("woff2");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 600; font-style: normal; font-display: swap;
    src: url("/assets/fonts/cormorant-600.woff2") format("woff2");
}
@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 700; font-style: normal; font-display: swap;
    src: url("/assets/fonts/cormorant-700.woff2") format("woff2");
}
@font-face {
    font-family: "Inter ENSMA";
    font-weight: 400; font-style: normal; font-display: swap;
    src: url("/assets/fonts/inter-400.woff2") format("woff2");
}
@font-face {
    font-family: "Inter ENSMA";
    font-weight: 600; font-style: normal; font-display: swap;
    src: url("/assets/fonts/inter-600.woff2") format("woff2");
}

:root {
    --cen-carmesi: #8E1626;
    --cen-carmesi-hondo: #6B0F1C;
    --cen-verde:   #00532B;
    --cen-oro:     #C9A24A;
    --cen-oro-claro: #E7CF92;
    --cen-tinta:   #211E1C;
    --cen-tinta-suave: #514A44;
    --cen-tinta-tenue: #7A736C;
    --cen-crema:   #FBF7F0;
    --cen-filete:  #ECE7E0;
}

.cen-serif { font-family: "Cormorant Garamond", Georgia, serif; }
.cen-sans  { font-family: "Inter ENSMA", system-ui, sans-serif; }

/* Cormorant compone cifras de estilo antiguo: su «1» se confunde con una «I». */
.cen-serif { font-variant-numeric: lining-nums; }
