/*
 * RTL overrides for Emad Pistachio.
 * The main stylesheet uses CSS logical properties, so only a few
 * direction-specific tweaks are needed here. WordPress loads this
 * file automatically for RTL locales (Persian, Arabic).
 */

body {
	direction: rtl;
	unicode-bidi: embed;
}

/* Keep phone numbers and emails readable inside RTL text. */
[dir="ltr"] {
	unicode-bidi: isolate;
}
