
:root {
	--e-global-typography-v4-body-text-font-size: 20px;
	--e-global-typography-v4-body-text-font-weight: 400;
	--e-global-typography-v4-body-text-line-height: 1.6em;
}

@media (max-width: 767px) {
	:root {
		--e-global-typography-v4-body-text-font-size: 16px;
	}
}
