/* Direction-specific foundation. Main styles use logical properties. */

html {
	direction: rtl;
}

body {
	text-align: right;
}
