/**
 * خط الموقع الموحّد — Tajawal
 * بدون تطبيق على ::before / ::after حتى لا تختفي أيقونات Font Awesome و Bootstrap Icons
 */
html,
body {
    font-family: 'Tajawal', sans-serif;
}

button,
input,
select,
textarea,
.btn,
a,
p,
h1, h2, h3, h4, h5, h6,
label,
li,
td,
th,
div,
span {
    font-family: 'Tajawal', sans-serif;
}

/* إعادة خطوط الأيقونات بعد أي قواعد عامة */
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.bi,
[class^="bi-"],
[class*=" bi-"] {
    font-family: "bootstrap-icons" !important;
}
