/* خطوط PenTool UI — مستضافة ذاتيًا. لا Google Fonts ولا أي CDN خارجي.
   المصدر: دليل الهوية (pin tool.pdf، صفحات الخط).
   الثلاثة variable fonts: وزن واحد يغطي كل الأوزان — أخفّ من تحميل 7 ملفات. */

@font-face {
  font-family: "Cairo";
  src: url("./Cairo-Variable.ttf") format("truetype-variations");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
  /* نطاقات العربية: أساسي + ملحق + أشكال العرض */
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+0660-0669;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("./IBMPlexSans-Variable.ttf") format("truetype-variations");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
  font-family: "League Spartan";
  src: url("./LeagueSpartan-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
