/*
 * The theme is authored RTL-first. WordPress loads this file for RTL locales;
 * it intentionally contains only direction-specific safeguards.
 */
html,
body {
	direction: rtl;
}

.screen-reader-text:focus {
	right: 8px;
	left: auto;
}

