/* يمكنك ربط خطوطك المحلية هنا (أمثلة معلّقة): */
/*
@font-face {
  font-family: "Cairo";
  src: url("/cyclopedia/assets/fonts/cairo-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/

:root{
  --font-ar-body: "Cairo", "Tajawal", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans Arabic", "Droid Arabic Kufi", Arial, sans-serif;
  --font-en-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* اختيار الخط بحسب اللغة */
html[lang="ar"] body { font-family: var(--font-ar-body); }
html:not([lang="ar"]) body { font-family: var(--font-en-body); }
