/* BREAKPOINT MOBILE */
@media (max-width: 768px) {

	:root {

		/* GLOBAL DEFINITIONS */
		/* ------------------------------------ */

		--gl-header-height		: 72px;

		--gl-mobile-menu-icon	: 22px;

		--gl-site-padding		: 18px;

		--gl-narrowest			: 16px;
		--gl-narrower			: 36px;
		--gl-narrow				: 56px;
		--gl-normal				: 96px;
		--gl-wide				: 116px;
		--gl-wider				: 156px;
		--gl-widest				: 196px;
		--gl-micro-1			: 2px;
		--gl-micro-2			: 4px;
		--gl-micro-3			: 8px;
		--gl-micro-4			: 12px;
		--gl-micro-5			: 28px;
		
	}

}