/* ═══════════════════════════════════════════════════════════════
   Souq Theme — System Font Stack (no external requests)
   
   Uses the best available system font.
   For Arabic sites: Cairo > Noto Naskh Arabic > Segoe UI > Tahoma > sans-serif
   For RTL: these fonts all support Arabic script natively.
   ═══════════════════════════════════════════════════════════════ */

:root {
	--souq-font-primary: 'Segoe UI', Tahoma, 'Noto Naskh Arabic', Geneva, Verdana, sans-serif;
	--souq-font-heading: 'Segoe UI', Tahoma, 'Noto Naskh Arabic', Geneva, Verdana, sans-serif;
}

body {
	font-family: var(--souq-font-primary);
}
