/*
Theme Name: SouQ
Template: rtl support
*/

/* RTL compatibility file for WordPress. The main stylesheet already handles RTL layout. */
body {
	direction: rtl;
	unicode-bidi: embed;
}
