@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans.eot'); /* IE9 Compat Modes */
    src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/IRANSans.woff2') format('woff2'),
         url('../fonts/IRANSans.woff') format('woff'),
         url('../fonts/IRANSans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* تمام متن‌ها */
body,p, h1, h2, h3, h4, h5, h6,
input[type="text"],
button[type="submit"] {
    font-family: "IRANSans", sans-serif !important;
}

/* مخصوص دکمه‌ها و اینپوت‌ها */
button, input {
    font-family: "IRANSans", sans-serif !important;
    -webkit-appearance: none; /* ریست استایل مرورگر */
    -moz-appearance: none;
    appearance: none;
}
.search_code_btn
{

}