/**
 * Root rem scale — pairs with --lp-font-bump in design-system.css (default 2px).
 */
html {
	font-size: calc(16px + var(--lp-font-bump));
}
