/* Offline & Global font policy: Inter font family enforcement */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --smart-font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    --smart-font-mono: "JetBrains Mono", "DM Mono", Consolas, monospace;
}

body, input, select, textarea, button, label, optgroup, option,
.form-control, .form-select, .form-label, .btn, .card, .card-header, .card-title, .card-body,
.modal, .modal-title, .modal-body, .modal-footer, .table, .table th, .table td,
.badge, .select2-container, .select2-selection, .select2-dropdown, .select2-results__option,
.pagination, .page-link, .page-item, .nav, .nav-link, .nav-tabs, .dropdown-menu, .dropdown-item {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Protect Font Awesome Icons from Font Family Override */
.fa, .fas, .far, .fal, .fab, .fa-solid, .fa-regular, .fa-brands,
[class^="fa-"], [class*=" fa-"],
.fa::before, .fas::before, .far::before, .fal::before, .fab::before,
[class^="fa-"]::before, [class*=" fa-"]::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
}
