/* UKIJ 官方 Unicode 维吾尔字体（自托管，保证所有访客正确渲染） */
@font-face {
  font-family: 'UKIJ Tuz';
  src: url('/fonts/UKIJTuz.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UKIJ Tom';
  src: url('/fonts/UKIJSlsTom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 全站强制使用 UKIJ Tuz（Tom 作回退），覆盖各页面内联字体栈 */
body, input, button, textarea, select, table, th, td, h1, h2, h3, h4, h5, .tab, .title {
  font-family: 'UKIJ Tuz', 'UKIJ Tom', 'Alpida', 'Noto Nastaliq Uyghur', system-ui, sans-serif !important;
}
