/* ════════════════════════════════════════════
   ENGLISH.CSS  (LTR)
   Loaded only when locale = en (alongside
   shared.css). Everything else LTR-related is
   already the default behavior in shared.css,
   so this file stays intentionally small.
════════════════════════════════════════════ */

[dir="ltr"] body {
    font-family: 'Inter','Vazirmatn', sans-serif;
}