/* Nexo — RTL overrides. Loaded after style.css, on /ar/ pages only. Kept in sync manually with any new component in style.css that sets font-family or letter-spacing. */

body { font-family: var(--font-sans-ar); }

h1, h2, h3, h4, .logotype, .price-row-value {
  font-family: var(--font-display-ar);
  font-weight: 700;
  letter-spacing: normal;
}

.eyebrow, .nav-links a, .btn, label {
  font-family: var(--font-sans-ar);
  letter-spacing: normal;
}

/* Numbers, emails and phone numbers inside RTL text must stay LTR */
.ltr-embed { direction: ltr; unicode-bidi: isolate; display: inline-block; }
