/* Bnazanin Custom Font by fontchi.com */
@font-face {
    font-family: 'BNAZANIN';
    src: url('../fonts/Iransans.woff2') format('woff2');
    src: url('../fonts/Iransans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BNAZANINB';
    src: url('../fonts/Iransans-Bold.woff2') format('woff2');
    src: url('../fonts/Iransans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'VAZIR';
    src: url('../fonts/Vazir.woff2') format('woff2');
    src: url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VAZIRB';
    src: url('../fonts/Vazir-Bold.woff2') format('woff2');
    src: url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BMITRA';
    src: url('../fonts/Bmitra/B-Mitra-Bold.ttf') format('truetype');
}

/*---------------------------------- End of fonts ---------------------------------- */
:root {
    /*--blue-1: #0A6CFF;*/
}

body {
    font-family: 'VAZIR', sans-serif !important;
    direction: rtl;
    text-align: right;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}
