/*@font-face {*/
/*    font-family: IranSansWeb;*/
/*    src: url('../fonts/Vazir-Light.woff2') format('woff2');*/
/*    font-weight: normal;*/
/*}*/
@font-face {
    font-family: DanaReqular;
    src: url('../fonts/DanaPro/woff2/dana-fanum-regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: DanaBold;
    src: url('../fonts/DanaPro/woff2/dana-fanum-bold.woff2') format('woff2');
    font-weight: normal;
}

body {
    font-family: DanaReqular;
    direction: rtl;
    background: #F8F8F8;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1,h2,h3,b,strong {
    font-family: DanaBold;
}


h1 {
    line-height: 32px !important;
}

.text-regular {
    font-family: DanaReqular;
}

.op-value span:nth-child(2) {
    white-space: pre-line;
}


