/*
Theme Name: sskoon
Description: RTL stylesheet — auto-loaded by WordPress when the active locale is RTL.
*/

/* Layout flips */
body { direction: rtl; text-align: right; }
.site-header__inner { flex-direction: row-reverse; }
.site-icons { flex-direction: row-reverse; }
.lang-switch { flex-direction: row-reverse; }
.lang-switch__btn { letter-spacing: 0; }
.hero__inner { direction: rtl; }
.hero__title, .hero__subtitle { text-align: right; }
.section__head { text-align: center; }
.site-footer__grid { direction: rtl; }
.footer-list { padding-right: 0; }
.footer-list li a { text-align: right; }
.cta-banner__inner { flex-direction: row-reverse; }
.primary-nav__list .sub-menu { left: auto; right: 0; }
.mobile-nav__list > li > a { flex-direction: row-reverse; }

/* Mirror lang-pill margin */
.site-icons__lang { margin-right: 0; margin-left: 4px; }

/* Arabic typography */
body,.btn,.primary-nav__list a,.mobile-nav__list a,p,input,textarea,button {
  font-family: "Tajawal","Cairo","Segoe UI","Inter",system-ui,sans-serif;
}
h1,h2,h3,h4,.hero__title,.site-logo {
  font-family: "Tajawal","Cairo","Playfair Display",Georgia,serif;
  letter-spacing: 0;
}
