/*
 * WordPress RTL marker file.
 * The scoped production RTL rules live in style.css so the Elementor editor and
 * frontend receive the same declarations.
 */

html,
body {
	direction: rtl;
	unicode-bidi: embed;
}
