:root
{
	--page-bg: var(--bgblue);
	--text: var(--black);
	--subtle: var(--lighterblue);
	--interactive: var(--brightblue);
	--strong: var(--darkestblue);
	
	--content-bg: var(--offwhite);
	--content-shadow: var(--darkestblue);
	
	--input-bg: var(--white);
	--input-border: var(--lightestblue);
	--input-placeholder: var(--lightestblue);
	--button-bg: var(--brown);
	--button-border: var(--brown);
	--button-text: var(--white);
	
	--screenshot-background: var(--lightestblue);
	--screenshot-shadow: var(--lightestblue);
	
	--tagline: var(--brown);
	--rainbow: linear-gradient(90deg, var(--green), var(--lightblue), var(--lightpurple), var(--red), var(--lighterbrown));
	
	--platform-color-steam: var(--darkblue);
	--platform-color-switch: var(--red);
	
	--title-bg: linear-gradient(var(--lightblue), var(--lightblue)), linear-gradient(var(--white), var(--white));
	--img-page-bg: url("/img/town-color.png");
	--img-title: url("/img/title-art-color.png");
	--img-items: url('/img/items-color.png');
}