/**
 * Portal www (employee-facing): 16px base copy; 14px for intentional secondary only.
 *
 * Frappe espresso sets --text-base to 14px; some pages also set body to var(--text-base).
 * Scope fixes to .page-content-wrapper so Desk is unaffected.
 */
.page-content-wrapper {
	--text-base: 16px;
	--text-md: 14px;
}

.page-content-wrapper .page_content {
	font-size: 1rem;
	line-height: 1.5;
}

/* Bootstrap .small uses 80% of parent — pin to 14px for real “small” copy */
.page-content-wrapper .small,
.page-content-wrapper small {
	font-size: 0.875rem;
	line-height: 1.4;
}
