/* =========================================================
   UNC v1.5.74 - Sistema tipografico global
   Fuente institucional web: Switzer
   Cargada desde el plugin UNC, sin depender de Elementor Pro.
   ========================================================= */

:root {
    --unc-font-family: "Switzer", "Segoe UI", Arial, sans-serif;
    --unc-font-weight-regular: 400;
    --unc-font-weight-medium: 500;
    --unc-font-weight-semibold: 600;
    --unc-font-weight-bold: 700;
    --unc-font-weight-extra: 800;
}

html,
body {
    font-family: var(--unc-font-family);
    font-weight: var(--unc-font-weight-regular);
    text-rendering: optimizeLegibility;
}

/* Elementor Free puede seguir activo, pero no define la identidad tipografica. */
.elementor-kit-5 {
    --e-global-typography-primary-font-family: "Switzer";
    --e-global-typography-secondary-font-family: "Switzer";
    --e-global-typography-text-font-family: "Switzer";
    --e-global-typography-accent-font-family: "Switzer";
}

/* Herencia institucional para estructuras del sitio UNC. */
.unc-global-header,
.unc-global-footer,
.unc-home-page,
.unc-institution-page,
.unc-nuestra-institucion-page,
.unc-offer-page,
.unc-oferta-academica-page,
.unc-admissions-page,
.unc-admisiones-page,
.unc-social-projection-page,
.unc-proyeccion-social-page,
.unc-research-page,
.unc-investigacion-page,
.unc-wellbeing-page,
.unc-bienestar-page,
.unc-egresados-page,
.unc-online-page,
.unc-sgc-page,
.unc-standard-page,
.unc-standard-hero,
.unc-core-managed-page {
    font-family: var(--unc-font-family);
}

/* Componentes comunes. */
.unc-global-header *,
.unc-global-footer *,
.unc-home-page *,
.unc-institution-page *,
.unc-nuestra-institucion-page *,
.unc-offer-page *,
.unc-oferta-academica-page *,
.unc-admissions-page *,
.unc-admisiones-page *,
.unc-social-projection-page *,
.unc-proyeccion-social-page *,
.unc-research-page *,
.unc-investigacion-page *,
.unc-wellbeing-page *,
.unc-bienestar-page *,
.unc-egresados-page *,
.unc-online-page *,
.unc-sgc-page *,
.unc-standard-page *,
.unc-standard-hero *,
.unc-core-managed-page * {
    font-family: inherit;
}

/* Jerarquia tipografica base sin cambiar diseno ni medidas aprobadas. */
h1,
.unc-hero-title,
.unc-page-title {
    font-weight: var(--unc-font-weight-bold);
}

h2,
.unc-section-title {
    font-weight: var(--unc-font-weight-bold);
}

h3,
.unc-card-title {
    font-weight: var(--unc-font-weight-semibold);
}

button,
.unc-btn,
.unc-button,
.unc-cta,
.unc-menu a,
.unc-global-header a {
    font-weight: var(--unc-font-weight-semibold);
}
