/* /css/vazirmatn.css */
@font-face {
    font-family: 'Vazir';
    /* This path assumes your font file is in a 'fonts' folder at the root */
    src: url('../fonts/Vazir-Variable.woff2') format('woff2');
    font-weight: 100 900; /* Variable fonts cover all weights from 100 to 900 */
    font-display: swap; /* Ensures text is visible immediately while font loads */
}

/* Apply the font globally to everything */
html, body, h1, h2, h3, h4, h5, h6, p, a, span, input, textarea, select, button {
    font-family: 'Vazir', Tahoma, Arial, sans-serif !important;
}