body{
    background-color: rgb(251 246 238) !important;
    font-family: vazir-thin !important;
    line-height: 2rem !important;
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/vazir.ttf") format("ttf"),
    url("../../fonts/vazir.eot") format("eot"),
    url("../../fonts/vazir.woff") format("woff"),
    url("../../fonts/vazir.woff2") format("woff2");
}

@font-face {
    font-family: vazir-thin;
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/Vazir-Thin.eot") format("eot"),
    url("../../fonts/Vazir-Thin.woff") format("woff"),
    url("../../fonts/Vazir-Thin.woff2") format("woff2"),
    url("../../fonts/Vazir-Thin.ttf") format("ttf");
}


*{
    margin: 0;
    text-decoration: none;
    font-family: vazir-thin !important;
}


a{
    color: black !important;
    text-decoration: none !important;
}