/* Vazirmatn Font */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Apply Vazirmatn to all elements with high specificity */
html *,
html body,
html h1, html h2, html h3, html h4, html h5, html h6,
html p, html span, html div, html a, html button, 
html input, html textarea, html select,
html label, html li, html td, html th, html tr, html table,
html .nav-item, html .nav-text, html .sidebar, html .main-content,
html .card, html .btn, html .form-input, html .form-select {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

