/*
 * Preserve the 1440px composition on wider desktop viewports.
 * The theme is rem-based, so scaling the root unit scales the full layout
 * proportionally while leaving 1440px and smaller screens unchanged.
 */
@media (min-width: 1441px) {
	html {
		font-size: 1.1111111111vw;
	}
}
