/* Global Font Configuration - Applied from AdminLTE Config */
body, html, input, textarea, select, button, .form-control, .btn, .nav, .navbar, .sidebar, .content-wrapper, .card, .table, p, span, div, h1, h2, h3, h4, h5, h6, a, label {
    font-family: var(--global-font-family, sans-serif) !important;
}

/* Preserve Font Awesome icons */
/* .fa, .fas, .far, .fal, .fab, .fad, .fass, .fasr, .fasl, .fasd,
[class*="fa-"], [class^="fa-"], i[class*="fa-"], i[class^="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
} */

/* Preserve other icon fonts */
/* .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
} */

.ion {
    font-family: 'Ionicons' !important;
}
