/*
Theme Name: Airy

Adding support for language written in a Right To Left (RTL) direction.

https://codex.wordpress.org/Right_to_Left_Language_Support

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

