/* === Biocentra — Tipografias y estilos particulares === */

@font-face {
    font-family: 'Nexa Heavy';
    src: url('../fonts/Nexa-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa ExtraLight';
    src: url('../fonts/Nexa-ExtraLight.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Titulos — Nexa Heavy */
h1, h2, h3, h4, h5, h6,
.rz-dialog-title,
.rz-panel-titlebar,
.rz-card-title {
    font-family: 'Nexa Heavy', sans-serif !important;
}

/* Texto general — Nexa ExtraLight */
body,
p, span, label, input, select, textarea, button, a, li, td, th,
.rz-cell-data,
.rz-text-body1,
.rz-text-body2,
.rz-column-title {
    font-family: 'Nexa ExtraLight', sans-serif !important;
}

/* Google Fonts — Material Icons (prevalece sobre cualquier herencia) */
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-symbols-outlined {
    font-family: 'Material Icons' !important;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
}

/* Radzen Icons — Material Symbols (prevalece sobre Nexa) */
.rzi,
[class^="rzi-"],
[class*=" rzi-"] {
    font-family: var(--rz-icon-font-family) !important;
}
