@font-face { font-family: "SST Arabic"; src: url("../assets/fonts/SST Arabic Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "SST Arabic"; src: url("../assets/fonts/SST Arabic Roman.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "SST Arabic"; src: url("../assets/fonts/SST Arabic Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "SST Arabic"; src: url("../assets/fonts/SST Arabic Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--charcoal); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.25; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
