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

/* تطبيق خط التجوال على جميع العناصر */
* {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* استثناء أيقونات Font Awesome */
.fas, .far, .fab, .fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
}

body {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* تحسين مظهر النصوص العربية */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 600;
}

p, span, div, a, button, input, textarea, select {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* تحسين مظهر الجداول */
table, th, td {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* تحسين مظهر النماذج */
.form-control, .form-select, .btn {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* تحسين مظهر القوائم */
.nav-link, .dropdown-item {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* تحسين مظهر البطاقات */
.card-title, .card-text {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* ضمان ظهور أيقونات Font Awesome */
.fas::before, .far::before, .fab::before, .fa::before {
    font-family: inherit !important;
}

/* تحسين مظهر الأيقونات */
.fas, .far, .fab, .fa {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} 