@media only screen and (max-width: 1280px) {
	body {
		--wp--style--root--padding-left: min(5vw, var(--wp--preset--spacing--70)) !important;
		--wp--style--root--padding-right: min(5vw, var(--wp--preset--spacing--70)) !important;
	}
}
@media only screen and (max-width: 780px) {
	body {
		--wp--style--root--padding-left: min(5vw, var(--wp--preset--spacing--70)) !important;
		--wp--style--root--padding-right: min(5vw, var(--wp--preset--spacing--70)) !important;
	}
}

html[data-theme-mode="dark"] body {
	--wp--preset--color--base: #1E1E1E;
	--wp--preset--color--contrast: #cccccc;
	--wp--preset--color--primary: #3392e6;
	--wp--preset--color--secondary: #fffffe;
	--wp--preset--color--step-1: #1D1D1D;
	--wp--preset--color--step-2: #212121;
	--wp--preset--color--step-3: #252525;
	--wp--preset--color--step-4: #292929;
	--wp--preset--color--step-5: #373737;
	--wp--preset--color--step-6: #454545;
	--wp--preset--color--step-7: #515151;
	--wp--preset--color--step-8: #595959;
	--wp--preset--color--step-9: #616161;
	--wp--preset--color--step-10: #696969;
	--wp--preset--color--step-11: #717171;
	--wp--preset--color--step-12: #797979;
	--wp--preset--color--step-13: #828282;
	--wp--preset--color--step-14: #8A8A8A;
	--wp--preset--color--step-15: #929292;
	--wp--preset--color--step-16: #9A9A9A;
	--wp--preset--color--step-17: #A2A2A2;
	--wp--preset--color--step-18: #ABABAB;
	--wp--preset--color--step-19: #B3B3B3;
	--wp--preset--color--step-20: #BBBBBB;
}