:root
{
	--cobalt-blue:			#0047ab;
	--cobalt-blue-light:		#0082ce;

	/* This variable shouldn't exist, but apparently you can't add colors together in CSS??? */
	--cobalt-blue-very-light:	#00bdf1;

	--background:	#000000;
	--foreground:	var(--cobalt-blue-light);
	--accent:	var(--cobalt-blue-very-light);
}


/* Vinni's Vars */

h1, h2, h3, h4, h5, h6
{
	color: var(--accent);
}
