@media screen and (min-width: 1280px) and (max-width: 1440px) {
	body {
		--wp--style--global--content-size:60rem;
		--wp--style--global--wide-size:70rem;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
	/* default theme.json values */
	body {
		--wp--style--global--content-size: 72.5rem;
		--wp--style--global--wide-size:90rem;
	}
}

@media screen and (min-width: 1920){
	body {
		--wp--style--global--content-size: 90rem;
		--wp--style--global--wide-size:120rem;
	}
}

@media screen and (max-width: 1440px){
	:where(.wp-block-group.has-background) {
		padding: 1.25rem var(--wp--preset--spacing--50);
	}
}