/*
 *	<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
 *
 * 		CSS Theme variables for specifid county
 *
 * 		This file contains the root level variables.
 *
 * 		The first part of the :root defines the color scheme and the font
 *		used throughout the site. Other areas contain element and class level
 *		variables, but still contained within the :root level.
 *
 *	<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
 */
:root {
  --thisHue: 277;
  --thisSat: 19%;
  --thisLit: 50%;
  --base-hue: var(--thisHue);
  --base-sat: var(--thisSat);
  --base-lit: var(--thisLit);
}