/* Global text justification for body copy without affecting headings or UI elements */
p,
.rich-text p,
.content p,
.page-content p,
.article p {
	text-align: justify !important;
	text-justify: inter-word !important;
}

/* Optional utility class for explicit use */
.text-justify {
	text-align: justify !important;
	text-justify: inter-word !important;
}


