/* خط ثمانية — الخط الأساسي لموقع إنطلاقة بكامل صفحاته */
@font-face{font-family:'Thmanyah Sans';src:url('/fonts/thmanyah/thmanyahsans-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/fonts/thmanyah/thmanyahsans-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/fonts/thmanyah/thmanyahsans-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/fonts/thmanyah/thmanyahsans-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Sans';src:url('/fonts/thmanyah/thmanyahsans-Black.woff2') format('woff2');font-weight:800 900;font-style:normal;font-display:swap}

@font-face{font-family:'Thmanyah Serif Display';src:url('/fonts/thmanyah/thmanyahserifdisplay-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Display';src:url('/fonts/thmanyah/thmanyahserifdisplay-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Display';src:url('/fonts/thmanyah/thmanyahserifdisplay-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Display';src:url('/fonts/thmanyah/thmanyahserifdisplay-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Display';src:url('/fonts/thmanyah/thmanyahserifdisplay-Black.woff2') format('woff2');font-weight:800 900;font-style:normal;font-display:swap}

@font-face{font-family:'Thmanyah Serif Text';src:url('/fonts/thmanyah/thmanyahseriftext-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Text';src:url('/fonts/thmanyah/thmanyahseriftext-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Text';src:url('/fonts/thmanyah/thmanyahseriftext-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Text';src:url('/fonts/thmanyah/thmanyahseriftext-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Thmanyah Serif Text';src:url('/fonts/thmanyah/thmanyahseriftext-Black.woff2') format('woff2');font-weight:800 900;font-style:normal;font-display:swap}

:root{
  --font-base:'Thmanyah Sans','Segoe UI','Tahoma','Dubai','Noto Naskh Arabic',system-ui,sans-serif;
  /* الخط العرضي للعناوين الكبرى — نفس ما يستخدمه crm-app/home.html بالضبط */
  --font-display:'Thmanyah Serif Display','Thmanyah Sans',serif;
}
html,body{font-family:var(--font-base)}

/* كل عناوين صفحات المحتوى والتسويق بخط ثمانية العرضي — لا نُعدّد الأصناف
   واحدًا واحدًا لأن ذلك يترك عناوين متشابهة بخطّين مختلفين في الصفحة نفسها.
   شاشات التطبيقات (crm/ و portal/) تُستثنى بصنف app-ui لأن واجهات العمل
   الكثيفة أوضح بالخط العادي — نفس تقسيم crm-app بين home.html و index.html. */
body:not(.app-ui) h1,
body:not(.app-ui) h2,
body:not(.app-ui) h3,
body:not(.app-ui) .proof-item b,
body:not(.app-ui) .stat b,
body:not(.app-ui) .kpi b,
body:not(.app-ui) .price b{
  font-family:var(--font-display);
}

/* وضوح أعلى للخط العربي: تنعيم متّسق عبر المتصفحات ومنع الاختصارات
   التلقائية للحروف التي تُضعف حدّة النص. */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
