/* تطبيق خط Cairo على كل النظام */

* {
    font-family: 'Cairo', sans-serif !important;
}

body,
html,
input,
textarea,
select,
button,
.form-control,
.btn,
.card,
.modal,
.dropdown-menu,
.nav,
.navbar,
.sidebar,
.table,
th,
td,
h1, h2, h3, h4, h5, h6,
p, span, div, a, label,
.page-title,
.breadcrumb,
.dash-sidebar,
.pc-sidebar,
.navbar-content,
.dash-header,
.page-header,
.card-header,
.card-body,
.modal-title,
.modal-body,
.form-label,
.input-group-text {
    font-family: 'Cairo', sans-serif !important;
}

/* تحسين المظهر العام */
body {
    font-weight: 400;
    letter-spacing: 0.3px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.btn {
    font-weight: 600;
}

/* تحسين الجداول */
.table {
    font-size: 14px;
}

.table th {
    font-weight: 700;
}

/* تحسين النماذج */
.form-control,
.form-select {
    font-size: 14px;
}

label,
.form-label {
    font-weight: 600;
}

/* تحسين القوائم */
.dropdown-item {
    font-weight: 500;
}

/* تحسين البطاقات */
.card-title {
    font-weight: 700;
}

