/* 维吾尔语字体, 从右到左*/
@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;
}

body {
  font-family: 'Uzman Tor', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    word-wrap : break-word; 
    word-break : keep-all;
}

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"!important;
} 
 
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}