/* static/css/fonts.css */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/static/fonts/Vazirmatn[wght].woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap;
}

body, body * {
    font-family: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif !important;
}

/* استثنا برای آیکون‌ها */
i, .fa, .fas, .far, .fal, .fab, .icon, [class*="icon-"] {
    font-family: 'Font Awesome 6 Free', 'FontAwesome', sans-serif !important;
}
.material-icons, .mat-icon {
    font-family: 'Material Icons' !important;
}