#header h1{
    text-transform: ;
}
:root{
	--fontSize: 0.9em;
	--fontStyle: \"sans-serif\";
	--rootBG: #f0eeeb;
  --maxWidth: 1024px;
  --contentBG: #fff;
  --contentFG: #000;
  --headerBG: #938c60;
  --headerFG: #ffffff;
  --headerOutBG: #938c60;
  --headerOutFG: #ffffff;
  --headerOver: #000000;
  --titleColor: #938c60;
  --borderColor: #e0dcd8;
  --borderWidth: 8px;
	--accentColor: #938c60;
	--accentColorLight: #938c60b8;
  --emphasisBG: #bfba9c;
  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 2px;
  --extraRadius: 0em;
}
