/* Add custom font to SSA form */
@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff2') format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vazir';
    src: url('../fonts/VazirBold.woff2') format("woff2");
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: vazir, tahoma, arial !important;
}