/*
 * Mobile Najafi is designed RTL-first. The main stylesheet already contains
 * the complete RTL layout; this file keeps WordPress RTL detection explicit.
 */
html[dir="rtl"],
body {
  direction: rtl;
}
