/*
Theme Name: Tafaseel
Description: RTL Stylesheet for Arabic language
Version: 1.0.0
*/

body {
  direction: rtl;
  unicode-bidi: embed;
}

/* Adjust margins and paddings for RTL */
.header-actions {
    /* Example adjustment if needed, Flexbox usually handles it well */
}
/* 
Polylang + WordPress handles standard RTL flipping of logical properties. 
Specific overrides for the static CSS can go here if the static style.css 
is not using logical properties or needs specific adjustments.
*/
