/*
 * RTL overrides for Arabic.
 *
 * Most layout uses logical properties (inset-inline-*, margin-inline-*) and
 * flips automatically when [dir="rtl"]. This file kills letter-spacing on
 * Arabic text where it looks broken, and handles the few non-logical edges.
 */

[dir="rtl"] .mono,
[dir="rtl"] .mono-tag,
[dir="rtl"] .mono-num {
  letter-spacing: 0;
}

[dir="rtl"] .hero-card__title { letter-spacing: 0; }

/* The site-footer's mono sub-line uses tracked letters — drop it for AR. */
[dir="rtl"] .site-footer__sub { letter-spacing: 0; }
