/* LEFT — Global Cairo Typography */

html,
body,
button,
input,
select,
textarea,
option,
a,
p,
span,
label,
small,
strong,
b,
em,
li,
ul,
ol,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
div,
section,
article,
header,
footer,
nav,
aside,
main,
form,
fieldset,
legend {
    font-family: "Cairo", Arial, sans-serif !important;
}

/* الحفاظ على خط الأكواد */
code,
pre,
kbd,
samp,
.monospace {
    font-family: Consolas, Monaco, "Courier New", monospace !important;
}

/* الحفاظ على خطوط Font Awesome حتى لا تختفي الأيقونات */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
}

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

.far,
.fa-regular {
    font-weight: 400 !important;
}

.fas,
.fa-solid {
    font-weight: 900 !important;
}

/* تحسين عرض العربية */
body {
    font-optical-sizing: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
    letter-spacing: 0 !important;
}
