@font-face {
    font-family: 'IranSans';
    src: url("../fonts/IranSans.e7fd32eb3414.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IranSans';
    src: url("../fonts/IranSans-Bold.15f23156bd53.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IranSans';
    src: url("../fonts/IranSans-Light.7df7920f0a7e.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body, html, input, button, textarea, select {
    font-family: 'IranSans', 'Vazirmatn', Tahoma, Arial, sans-serif !important;
}

.calendar-day, .today-date, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'IranSans', 'Vazirmatn', Tahoma, Arial, sans-serif !important;
} 