:root{
/* Primaria (Manual de Identidad FEMIC) */
--azul: #013780; /* PMS 294C — azul institucional */
--cafe: #804517; /* PMS 1535C — café institucional */
--gris: #9B9B99; /* PMS Cool Gray 7C — gris institucional */
/* Secundaria — solo acentos muy controlados */
--verde: #4CA65C; /* PMS 354C */
--cielo: #3375C1; /* PMS 306C */
--amarillo: #EEC34A; /* PMS 123C */
--naranja: #DA632A; /* PMS 1655C */
--gris-claro: #C7C3BF; /* PMS Cool Gray 3C */
--gris-oscuro: #727373; /* PMS Cool Gray 10C */
/* Derivados funcionales */
--azul-hover: #022A5F;
--surface-page: #FFFFFF;
--surface-section: #F5F6F8;
--surface-card: #FFFFFF;
--surface-inverse: var(--azul);
--text-heading: var(--azul);
--text-body: #3A3D42;
--text-muted: var(--gris-oscuro);
--text-inverse: #FFFFFF;
--border-subtle: #E4E5E8;
--border-strong: var(--gris);
--overlay-hero: rgba(1,55,128,.55);
--focus-ring: rgba(51,117,193,.45);
--link: var(--cielo);
}
