
:root{
	--fontSize: 0.9em;
	--fontStyle: "sans-serif";
  --rootBG: #f0eeeb;
  --maxWidth: 1024px;
  --contentBG: #fff;
  --contentFG: black;
  --headerBG: #74515f;
  --headerFG: #fff;
  --headerStackBG: #967381;
  --headerStackFG: #fff;
  --headerOver: #fae90c;
  --titleColor:#74515f;
  --tileBorderColor: #e0dcd8;
  --tileBG: #f0eeeb;
  --tileRadius: 0em;
  --tileBorderWidth:8px;
  --tileFG: black;
  --tileTitleColor: #74515f;
	--accentColor:#74515f;
	--accentColorLight:#74515fb8;
  --emphasisBG: #fae90c;
  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 2px;
  --extraRadius: 0em;
}
