@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Vazir/ttf/Vazir-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Vazir/ttf/Vazir-Medium.ttf') format('truetype');
}
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Vazir/ttf/Vazir-Light.ttf') format('truetype');
}
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Vazir/ttf/Vazir-Thin.ttf') format('truetype');
}
@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir/ttf/Vazir.ttf') format('truetype');
}