/* RTL overrides for Hebrew pages */

body {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  direction: rtl;
  text-align: right;
}

/* Navbar RTL adjustments */
.site-navbar .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

/* About page - flip layout so image is on the right */
@media (min-width: 768px) {
  .about-section .row {
    flex-direction: row-reverse;
  }
}

.about-text {
  text-align: center;
}

/* Centered content stays centered */
.hero-tagline,
.hero-content,
.fullscreen-img-content,
.studio-heading,
.collections-title,
.footer-branding,
.footer-heading,
.footer-address,
.footer-legal {
  text-align: center;
}

/* Legal pages */
.legal-body {
  text-align: right;
}

.legal-body ul li {
  padding-left: 0;
  padding-right: 1.5rem;
}

.legal-body ul li::before {
  left: auto;
  right: 0;
}

/* Contact page */
.contact-heading {
  text-align: right;
}

/* Lang toggle link styling */
.lang-toggle a {
  text-decoration: none;
}
