@font-face {
    font-family: "dana";
    src: url("../fonts/dana.ttf");
}

@font-face {
    font-family: 'potk';
    src: url("../fonts/potk.ttf");
}

@font-face{
    font-family: "dorna";
    src: url("../fonts/dorna.ttf");
}

@font-face{
    font-family: "vazir";
    src: url("../fonts/vazir.ttf");
}

.dana{
    font-family: 'dana' !important;
}

.potk{
    font-family: 'potk' !important;
}

.dorna{
    font-family: "dorna" !important;
}

.vazir{
    font-family: 'vazir' !important;
}



*{
    font-family: 'vazir' !important;
}