@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --auth-primary: #253d91;
    --auth-muted: #6f7787;
    --auth-text: #172033;
    --auth-border: #dce2ec;
}

html, body, button, input, select, textarea, optgroup,
h1, h2, h3, h4, h5, h6, p, a, label, table, .headline-font {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
}
