/*
 * Nobanoo uses CSS logical properties in the main stylesheet.
 * This file is intentionally small and only handles WordPress legacy classes.
 */

body {
	direction: rtl;
}

.wp-caption-text,
.gallery-caption,
.comment-content {
	text-align: start;
}
