/* خط ثمانية — الخط الوحيد المستخدم في الموقع.
   أربعة أوزان فقط بدل الخمسة المتاحة: هذه هي الأوزان التي تستعملها الصفحات
   فعلًا، وكل وزن إضافي يعني ملفًا آخر ينتظره الزائر قبل أن يقرأ.
   font-display:swap يعرض النص بخط النظام ريثما يصل الخط، فلا تبقى الصفحة
   فارغة على اتصال بطيء. */

@font-face {
  font-family: 'Thmanyah';
  src: url('fonts/thmanyahsans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah';
  src: url('fonts/thmanyahsans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 600 و700 يقعان على Bold: الخط لا يوفّر SemiBold، وترك 600 بلا تعريف
   يجعل المتصفح يصطنع وزنًا سميكًا صناعيًا يبدو مشوّهًا في العربية. */
@font-face {
  font-family: 'Thmanyah';
  src: url('fonts/thmanyahsans-Bold.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thmanyah';
  src: url('fonts/thmanyahsans-Black.woff2') format('woff2');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
