        /* 阿拉伯语从右到左 */
@font-face {
    font-family: 'NUR Tor';
    src: url('../uzfonts/nur_mob_tor.ttf') format('truetype');
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            user-select: none;
        }

 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="NUR Tor"] {font-family:"NUR 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;
}

