@font-face {
    font-family: vazir;
    src: url('/fonts/vazir.woff2') format("woff2");
}

@font-face {
    font-family: iran-sans;
    src: url('/fonts/iran-sans-web.woff2') format("woff2");
}


*{
    font-family: vazir;
}


.rtl{
    direction: rtl !important;
}

.ltr{
    direction: ltr !important;
}

.fanum{
    font-family: iran-sans !important;
}

