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

/* Apply Vazirmatn to all text elements */
body, 
h1, h2, h3, h4, h5, h6, 
p, span, div, a, button, 
input, textarea, select, 
label, li, td, th {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
}

/* Keep Font Awesome for icons */
.fas, .far, .fab, .fa, 
[class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Ensure proper RTL direction */
body {
    direction: rtl;
    text-align: right;
}

