/* =========================================================
   Q-DASH Global Cairo Font
   Applies to all public website pages
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

:root {
    --qd-global-font: "Cairo", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option,
table,
th,
td {
    font-family: var(--qd-global-font) !important;
    font-synthesis: none !important;
}

/* توحيد جميع النصوص العربية والإنجليزية */
body *:not(svg):not(svg *):not(code):not(pre):not(kbd):not(samp):not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.bi):not(.mdi):not(.material-icons):not([class^="icon-"]):not([class*=" icon-"]) {
    font-family: var(--qd-global-font) !important;
    font-style: normal !important;
    font-stretch: normal !important;
    font-variation-settings: normal !important;
}

/* منع العناوين الثقيلة جدًا */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--qd-global-font) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

strong,
b {
    font-family: inherit !important;
    font-weight: 600 !important;
}

/* الكلمات الإنجليزية والمصطلحات التقنية */
:lang(en),
[lang="en"],
[dir="ltr"],
.qkl-en,
.qkl-latin,
.english,
.latin,
.qkl-term-link,
.qkl-contextual-link,
.qkl-technical-term {
    font-family: var(--qd-global-font) !important;
    font-weight: inherit;
    font-style: normal !important;
    letter-spacing: 0 !important;
    text-transform: none;
    font-synthesis: none !important;
}

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