/* ============================================================
   Vertex Funded — locale: English (LTR)
   Loaded ONLY for English. base/layout/pages are direction-agnostic
   (CSS logical properties), so this file stays small.
   ============================================================ */

html[lang="en"] { direction: ltr; }
html[lang="en"] body { text-align: left; }

[dir="ltr"] .header-inner,
[dir="ltr"] .footer-grid,
[dir="ltr"] .footer-bottom { direction: ltr; }

html[lang="en"] :is(h1, h2, h3, h4, h5, h6, .disp) { letter-spacing: -.02em; }
