@font-face {
    font-family: 'IranianSans';
    src: url('/assets/fonts/IranianSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estedad';
    src: url('/assets/fonts/estedad-fd-light.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vazir';
    src: url('/assets/fonts/Vazir-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vazirLight';
    src: url('/assets/fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lalezar';
    src: url('/assets/fonts/Lalezar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.font-lalezar {
    font-family: 'lalezar', sans-serif;
}

.font-iranian-sans {
    font-family: 'IranianSans', sans-serif;
}

.font-estedad {
    font-family: 'estedad', sans-serif;
}

.font-vazir {
    font-family: 'vazir', sans-serif;
}

.font-vazirLight {
    font-family: 'vazirLight', sans-serif;
}
