@font-face {
    font-family: 'Vazirmatn';
    src: url('/static/fonts/vazirmatn/Vazirmatn-v33.003-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-sans: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

button,
input,
select,
textarea {
    font-family: inherit;
}
