/*
 * RTL + Persian typography — AriaWeb faces live in theme.json (WOFF2).
 * Keep this file tiny: direction + family only (no duplicate @font-face).
 */

html {
	direction: rtl;
}

body,
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-navigation,
.wp-block-button__link,
.wp-block-paragraph,
p, a, span, li, label, input, textarea, button, select,
.wp-block-details summary {
	font-family: 'AriaWeb', Tahoma, sans-serif;
}

.rtl .has-text-align-left {
	text-align: right;
}

.rtl .has-text-align-right {
	text-align: left;
}
