* {
    font-family: tahoma, "Times New Roman" !important;
}

body {
    /*font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    direction: rtl;*/
    direction: rtl;
    text-align: right;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 2rem !important;
    /* line-height will be 12 * 1.5 = 18px */
}

@media screen and (max-device-width: 1400px) and (min-device-width: 480px)
/*@media (max-width: 767px) */

{
    body-newSite {
        font-size: 18px !important;
    }
    #search-pass-num {
        font-size: 1em !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}