/* 维吾尔语全局样式 */

/* 引入维吾尔语字体 */
@font-face {
  font-family: 'UKIJEkran';
  src: url('../fonts/UKIJEkran.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 

/* 针对特定HTML元素应用维吾尔语字体 */
html, body, button, input, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, textarea, p, blockquote, pre, abbr, acronym, address, article, big, cite, form, label, legend, table, caption, code, del, dfn, em, font, img, ins, kbd, q, s, samp, section, small, strike, strong, sub, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, tbody, tfoot, thead, th, td, select, .rtl {
  font-family: 'UKIJEkran', 'Noto Naskh Arabic UI', 'Microsoft YaHei UI', 'Microsoft YaHei', SimHei, sans-serif !important;
  /* direction: rtl; */
}

/* 专门针对维吾尔语内容的样式 */
.uyghur-text, [lang="ug"], :lang(ug) {
  font-family: 'UKIJEkran', 'Noto Naskh Arabic UI', 'Microsoft YaHei UI', 'Microsoft YaHei', SimHei, sans-serif !important;

}

/* 模态框内维吾尔语元素样式 */
.modal .uyghur-text,
.modal [lang="ug"],
.modal :lang(ug),
.modal .modal-title,
.modal .modal-body,
.modal .modal-footer,
.modal input,
.modal button,
.modal label {
  font-family: 'UKIJEkran', 'Noto Naskh Arabic UI', 'Microsoft YaHei UI', 'Microsoft YaHei', SimHei, sans-serif !important;

}