/* ─── Thmanyah Typeface — خط ثمانية الكامل ──────────────────────────────── */
/* 'Thmanyah'        → Sans       (خط الواجهة والأزرار والنصوص العامة)       */
/* 'ThmanyahDisplay' → Serif Disp (العناوين الكبيرة — Hero / H1 / H2)        */
/* 'ThmanyahText'    → Serif Text (نصوص المقالات الطويلة)                    */

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

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

/* ─── Thmanyah Serif Text (نصوص المقالات) ───────────────────────────────── */
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Black.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'ThmanyahText';
  src: url('/fonts/thmanyah/thmanyahseriftext-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ─── تطبيق الخطوط على عناصر الموقع ────────────────────────────────────── */

/* عناوين الصفحات والأقسام → Display */
h1, h2,
.sec-title,
.hero-title,
.page-title,
.article-title {
  font-family: 'ThmanyahDisplay', sans-serif;
}

/* نصوص المقالات الطويلة → Serif Text */
.article-body p,
.article-body li,
.article-body blockquote,
.post-content p,
.post-content li,
.prose p,
.prose li {
  font-family: 'ThmanyahText', sans-serif;
}
