/* EDGHAM Persian typography — Dana first, system fallback */
:root {
  --edgham-font-fa: "Dana", "Dana VF", "DanaFaNum", Tahoma, "Segoe UI", Arial, sans-serif;
}

body.is-rtl {
  font-family: var(--edgham-font-fa);
  line-height: 1.75;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

.is-rtl h1,
.is-rtl h2,
.is-rtl h3,
.is-rtl h4,
.is-rtl h5,
.is-rtl h6,
.is-rtl .hero-v2-copy h1,
.is-rtl .editorial-intro h2,
.is-rtl .section-intro h2,
.is-rtl .repair-feature h2,
.is-rtl .space-story h2,
.is-rtl .manifesto-inner h2,
.is-rtl .footer-big-link,
.is-rtl .page-hero h1,
.is-rtl .portal-card h3,
.is-rtl .category-card h3,
.is-rtl .project-card h2,
.is-rtl .woocommerce-loop-product__title,
.is-rtl .woocommerce div.product .product_title {
  font-family: var(--edgham-font-fa) !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
}

.is-rtl .hero-v2-copy h1,
.is-rtl .page-hero h1 {
  font-weight: 750;
  line-height: 1.12;
}

.is-rtl h2,
.is-rtl .editorial-intro h2,
.is-rtl .section-intro h2,
.is-rtl .repair-feature h2,
.is-rtl .space-story h2,
.is-rtl .manifesto-inner h2,
.is-rtl .footer-big-link {
  font-weight: 700;
  line-height: 1.28;
}

.is-rtl h3,
.is-rtl .portal-card h3,
.is-rtl .category-card h3,
.is-rtl .project-card h2,
.is-rtl .woocommerce-loop-product__title {
  font-weight: 600 !important;
  line-height: 1.5;
}

.is-rtl p,
.is-rtl li,
.is-rtl input,
.is-rtl textarea,
.is-rtl select,
.is-rtl button,
.is-rtl .button,
.is-rtl .primary-nav,
.is-rtl .header-actions,
.is-rtl .mobile-nav-tool,
.is-rtl .catalog-meta,
.is-rtl .project-meta {
  font-family: var(--edgham-font-fa);
}

.is-rtl .eyebrow,
.is-rtl .hero-kicker,
.is-rtl .hero-meta span,
.is-rtl .signal-track,
.is-rtl .scene-tag,
.is-rtl .hero-scroll-caption,
.is-rtl .editorial-index {
  letter-spacing: 0 !important;
  text-transform: none;
}

.is-rtl .hero-v2-copy h1 .hero-outline {
  -webkit-text-stroke: 0;
  color: var(--muted);
}

@media (max-width: 760px) {
  body.is-rtl { line-height: 1.82; }
  .is-rtl .hero-v2-copy h1 { line-height: 1.16; }
}
