/* ============================================
   KHATMA — Fonts
   خط ثمانية سيرف (محلي)
   ============================================ */

@font-face {
  font-family: 'ThmanyahSerif';
  src: url('thmanyahserifdisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'ThmanyahSerif', system-ui, sans-serif;
  --font-body: 'ThmanyahSerif', system-ui, -apple-system, sans-serif;
  --font-numeric: 'ThmanyahSerif', sans-serif;
}