html, body {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

/* Cards y diálogos con Roboto, sin tocar iconos */
.e-card,
.e-card :not(.e-icons):not(.bi),
.e-control,
.e-control :not(.e-icons):not(.bi):not(.e-chips),
.e-dialog,
.e-dialog :not(.e-icons):not(.bi) {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.e-multi-select-wrapper .e-chips .e-chips-close::before {
    font-family: "e-icons" !important;
}

.content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
