/*
  Thmanyah Sans — self-hosted Arabic brand typeface.
  Font files live in dev/fonts/thmanyah/woff2/ and dev/fonts/thmanyah/otf/
  (woff2 loads first for size/performance; otf is the fallback format).
*/
@font-face{
  font-family:'Thmanyah';
  src:url('thmanyah/woff2/thmanyahsans-Light.woff2') format('woff2'),
      url('thmanyah/otf/thmanyahsans-Light.otf') format('opentype');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Thmanyah';
  src:url('thmanyah/woff2/thmanyahsans-Regular.woff2') format('woff2'),
      url('thmanyah/otf/thmanyahsans-Regular.otf') format('opentype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Thmanyah';
  src:url('thmanyah/woff2/thmanyahsans-Medium.woff2') format('woff2'),
      url('thmanyah/otf/thmanyahsans-Medium.otf') format('opentype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Thmanyah';
  src:url('thmanyah/woff2/thmanyahsans-Bold.woff2') format('woff2'),
      url('thmanyah/otf/thmanyahsans-Bold.otf') format('opentype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Thmanyah';
  src:url('thmanyah/woff2/thmanyahsans-Black.woff2') format('woff2'),
      url('thmanyah/otf/thmanyahsans-Black.otf') format('opentype');
  font-weight:900;
  font-style:normal;
  font-display:swap;
}

[dir="rtl"] body,.ar{
  font-family:'Thmanyah','Noto Naskh Arabic',system-ui,-apple-system,'Segoe UI',sans-serif;
}
