/*
 * Rehub child theme - RTL custom stylesheet
 * The parent theme's rtl.css is loaded first by functions.php.
 * Keep only child-specific RTL overrides here.
 */

body {
    direction: rtl;
    unicode-bidi: embed;
}

/* =========================================================
   CUSTOM RTL CSS
   Add RTL-only overrides below this line.
   ========================================================= */

