/*
 * Totem News is designed RTL-first. WordPress loads this file automatically on
 * right-to-left sites; the main direction rules live in style.css.
 */
html,
body {
	direction: rtl;
}
