/* فونت Vazirmatn - نسخه محلی (woff2 only; woff fallbacks removed to avoid 404 noise) */

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn[wght].woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

button, input, textarea, select, .btn {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

.nav-menu a, .breadcrumb a {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

.trip-card, .stat-card, .form-container {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

small, .form-help, .text-muted {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}

.numbers, .stat-number, .price {
    font-family: 'Vazirmatn', 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
}
