/* 维吾尔语字体, 从右到左*/
@font-face {
    font-family: 'Uzman Tor';
    src: url('/static/fonts/UzmanTor.woff2') format('woff2'),
         url('/static/fonts/UzmanTor.woff') format('woff'),
         url('/static/fonts/UzmanTor.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 html, body, button, input, div, span, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, article, big, cite, 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, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, tr, textarea [font-family="Uzman Tor"] {font-family:"Uzman Tor"!important;}
 
body {
    direction: ltr;
    text-align: left;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

body[dir="rtl"] {
    direction: rtl;
    text-align: right;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
text-decoration: none;
}

