/* OFAIR typography fallback stabilization — 2026-09-14
   Keep the licensed brand font first when it exists locally, then use the
   already-loaded Cairo webfont before falling back to common Arabic-capable
   system fonts. This prevents Arial from becoming the first practical fallback. */

:root,
:root[data-theme="light"],
:root[data-theme="dark"],
:root:not([data-theme]) {
  --ofair-font: "URW DIN Arabic", "DIN Next Arabic", "Cairo", "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--ofair-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.main-nav,
.nav-cta,
.btn,
.contact-box,
.site-footer {
  font-family: var(--ofair-font) !important;
}
