/* ======== تطبيق خط Cairo على مستوى النظام ======== */
:root {
  --bs-body-font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
  --bs-font-sans-serif: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, small, strong, em, label, button, input, select, textarea,
table, th, td, .dropdown-menu, .nav-link, .btn, .form-control, .form-select,
.badge, .card, .sidebar, .topbar, .alert, .modal, .tooltip, .popover {
  font-family: 'Cairo', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

:not(pre) > code, code {
  font-family: 'Cairo', Consolas, monospace !important;
}