/* ==========================================================================
   Self-hosted UI faces. No CDN.

   Inter          Latin (en, ku) and Latin digits (ckb-u-nu-latn, ar-u-nu-latn)
   Noto Sans Arabic  Arabic-script UI (ckb, ar), including Sorani letters
                     ڕ ڵ ۆ ێ ژ چ پ گ ڤ ھ ە

   unicode-range splits the download: an English page never fetches Noto;
   a Sorani page fetches Noto for Arabic codepoints and Inter for digits.
   font-display: swap so text is not invisible while the file arrives.
   ========================================================================== */

@font-face {
  font-family: "TC Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2212;
}

@font-face {
  font-family: "TC Inter";
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2212;
}

@font-face {
  font-family: "TC Noto Arabic";
  src: url("/fonts/NotoSansArabic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+200C-2015;
}

@font-face {
  font-family: "TC Noto Arabic";
  src: url("/fonts/NotoSansArabic-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+200C-2015;
}
