/*
RESPONSIVE
Last updated: 26/11/2024
The standard set of breakpoint thresholds is as follows:
huge	1440
wide	1280
large	960
medium	782
small	600
mobile	480
*/


@media only screen and (min-width: 1px) and (max-width: 1280px)  {

}

/* 
Columns
*/
@media only screen and (min-width: 1px) and (max-width: 782px)  {

/*	:root {
		--wp--preset--spacing--20: 0.75rem;
		--wp--preset--spacing--30: 2rem;
		--wp--preset--spacing--40: 3rem;
		--wp--preset--spacing--50: 4rem;
		--wp--preset--spacing--60: 5rem;
		--wp--preset--spacing--70: 6.5rem;
		--wp--preset--spacing--80: 8rem;
	}*/
	
}

/* 
Media & Text
*/
@media only screen and (min-width: 1px) and (max-width: 600px)  {

}