/*
 * rtl.css — loaded automatically by WordPress when is_rtl() is true.
 *
 * The theme is authored almost entirely with CSS Logical Properties
 * (margin-inline, inset-inline-start, border-start-start-radius, text-align:start …)
 * so the great majority of the layout mirrors itself with NO extra rules here.
 *
 * This file only patches the handful of things logical properties can't flip
 * on their own: transform directions, background gradients, and typography that
 * benefits from Persian-specific tuning.
 */

body{font-family:'Vazirmatn',Tahoma,sans-serif;}

/* slightly looser leading + weight balance for Persian text */
[dir="rtl"] .hero-lead,
[dir="rtl"] .prose{line-height:1.95;}
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3{letter-spacing:0;}

/* directional icons that use translateX / arrows need mirroring */
[dir="rtl"] .btn svg.arrow,
[dir="rtl"] .foot-back svg{transform:scaleX(-1);}

/* marquee already handled in theme.css via [dir="rtl"] rules */
