/* Vazirmatn family rules — @font-face is inlined in layout.php with the same
   preload URL (including cache-buster) so Chrome does not warn about unused preloads. */

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;
}
