@font-face {
    font-family: 'Vazirmatn';
    src: url('../font/vazirmatn/Vazir.woff2') format('woff2'),
         url('../font/vazirmatn/Vazir.woff') format('woff'),
         url('../font/vazirmatn/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html, input, textarea, select, button {
    font-family: 'Vazirmatn', 'Vazir', Arial, Tahoma, sans-serif !important;
}

