#header h1{
    text-transform: none;
}
:root{
	--fontSize: 1.2em;
	--fontStyle: sans-serif;
	--rootBG: #f0eeeb;
  --maxWidth: 1024px;
  --contentBG: #ffffff;
  --contentFG: #000000;
  --headerBG: #74515f;
  --headerFG: #ffffff;
  --headerStackBG: #74515f;
  --headerStackFG: #ffffff;
  --headerOver: #fae90c;
  --titleColor: #74515f;
  --tileBorderColor: #ffc300;
  --tileBG: #f0eeeb;
  --tileRadius: 1.1em;
  --tileBorderWidth: 3px;
  --tileFG: #000;
  --tileTitleColor: #74515f;
	--accentColor: #74515f;
	--accentColorLight: #74515fb8;
  --emphasisBG: #fae90c;
  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 2px;
  --extraRadius: 0em;
}
