/* خط تجوال العربي - Arabic Tajawal Font */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* تطبيق خط تجوال على كامل النظام مع استثناء الأيقونات */
*:not(.fa):not(.fas):not(.fab):not([class*="fa-"]):not(.glyphicon):not([class*="glyphicon-"]):not(.icon):not([class*="icon-"]):not(i[class*="fa"]) {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important; /* Bold weight */
}

/* الحفاظ على خطوط الأيقونات */
.fa, .fas, [class*="fa-"] {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

/* تأكيد إضافي لعناصر i مع أيقونات Font Awesome */
i.fa, i.fas, i.fab, i[class*="fa-"] {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

i.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.glyphicon, [class*="glyphicon-"] {
    font-family: 'Glyphicons Halflings' !important;
    font-weight: normal !important;
}

.icon, [class*="icon-"] {
    font-family: inherit !important;
    font-weight: normal !important;
}

/* تطبيق الخط على العناصر الأساسية */
body {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* العناوين */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* الأزرار */
.btn, button {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* الجداول */
table, th, td {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* النماذج */
input, textarea, select, option {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* القوائم */
ul, ol, li {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* الروابط */
a {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* القوائم الجانبية */
.sidebar-menu, .sidebar-menu li, .sidebar-menu a {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* شريط التنقل */
.navbar, .navbar-nav, .navbar-nav li, .navbar-nav a {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* المحتوى الرئيسي */
.content-wrapper, .content-header, .content {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* الكروت والبوكسات */
.box, .card, .panel {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* النصوص العامة */
p, span, div, label {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تحسين عرض النص العربي */
.rtl, [dir="rtl"] {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
    text-align: right;
    direction: rtl;
}

/* تحسين عرض الأرقام العربية */
.arabic-numbers {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على عناصر AdminLTE */
.main-header .logo {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

.main-sidebar .sidebar {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على عناصر Bootstrap */
.form-control, .form-group label {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على الجداول */
.table, .table th, .table td {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على الـ Modals */
.modal, .modal-header, .modal-body, .modal-footer {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على الـ Alerts */
.alert {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}

/* تطبيق على الـ Dropdowns */
.dropdown-menu, .dropdown-item {
    font-family: 'Tajawal', 'Arial', sans-serif !important;
    font-weight: 700 !important;
}