/* Persian (Farsi) Language Font Overrides */

:root {
  --font-main: 'Vazirmatn', -apple-system, BlinkMacSystemFont, Tahoma, Arial, sans-serif;
  --font-display: 'Vazirmatn', -apple-system, BlinkMacSystemFont, Tahoma, Arial, sans-serif;
}

body {
  font-family: var(--font-main);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}

.btn {
  font-family: var(--font-main);
}

input, select, textarea {
  font-family: var(--font-main);
}

.input-group input::placeholder {
  font-family: var(--font-main);
}

/* Specific component overrides */
.hero h1,
.hero-subtitle,
.section-header h2,
.section-header p,
.nav-menu a,
.logo-text,
.service-details h3,
.service-details p,
.service-item span,
.tag,
.footer-brand p,
.footer-column h4,
.footer-column a {
  font-family: var(--font-main);
}
