:root {
	--color--foreground: #111111;
	--color--background: #eeeeee;
	--color--cyan-bluish-gray: #abb8c3;
	--color--pale-pink: #f78da7;
	--color--vivid-red: #cf2e2e;
	--color--luminous-vivid-orange: #ff6900;
	--color--luminous-vivid-amber: #fcb900;
	--color--light-green-cyan: #7bdcb5;
	--color--vivid-green-cyan: #00d084;
	--color--pale-cyan-blue: #8ed1fc;
	--color--vivid-cyan-blue: #0693e3;
	--color--vivid-purple: #9b51e0;
	--color--base: #000000;
	--color--base-2: #555555;
	--color--contrast: #ffffff;
	--color--contrast-2: #cccccc;
	--color--contrast-3: #aaaaaa;
	--color--accent: #aaaabb;
	--font-size--body: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);
	--font-size--small: 13px;
	--font-size--medium: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);
	--font-size--large: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.091), 36px);
	--font-size--x-large: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.327), 42px);
	--font-size--x-small: 0.7em;
	--font-size--mid: 1.4em;
	--font-size--larger: 2em;
	--font-size--xx-large: 2.5em;
	--font-size--h1-title: 3rem;
	--font-size--foot-text: .9rem;
	--font-family--body: 'Luxzine', sans-serif;
	--font-family--heading: 'Perfect Pi', sans-serif;
	--spacing--20: 0.44rem;
	--spacing--30: 0.67rem;
	--spacing--40: 1rem;
	--spacing--50: 1.5rem;
	--spacing--60: 2.25rem;
	--spacing--70: 3.38rem;
	--spacing--80: 5.06rem;
	--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	position: relative;
	height: 100%;
	min-height: 100vh;
}

:where(body) {
	margin: 0;
}


@media	only screen and (max-width: 589px) and (orientation: portrait),
		only screen and (max-width: 719px) {

}

@media	only screen and (max-width: 480px) {

	:root {
		font-size: 14px;
		font-size: 3vw;
	}
}

@media	only screen and (min-width: 481px) and (max-width: 589px) {

	:root {
		font-size: 14px;
		font-size: 3vw;
	}

}

@media	only screen and (min-width: 590px) and (max-width: 719px) {

	:root {
		font-size: 1.8vw;
		font-size: 3vw;
	}

}

@media	only screen and (min-width: 720px) and (max-width: 959px) {

	:root {
		font-size: 1.61vw;
		font-size: 1.7vw;
	}

}

@media	only screen and (min-width: 960px) and (max-width: 1179px) {

	:root {
		font-size: 1.61vw;
		font-size: 1.7vw;
	}

}

@media only screen and (min-width : 1180px) and (max-width : 1599px) {

	:root {
		font-size: 19px;
		font-size: 20px;
		font-size: 1.1875vw;
	}

}

@media only screen and (min-width : 1600px) {

	:root {
		font-size: 1.1875vw;
		font-size: 19px;
	}

}