:root{
	--fontSize: 1.1rem;
    --bigFontSize: 1.2rem;
    --fontWeight: 400;
	--fontStyle: 'Manrope', sans-serif;
    --titleStyle: 'Inter', sans-serif;

  --rootBG: #f2f4f7;

  --maxWidth: 700px;

  --contentBG: #f2f4f7;
  --contentFG: #666;
  --contentDarkFG: #fff;

  --headerBG: #fff;
  --headerFG: #000;
  --headerStackBG: #967381;
  --headerStackFG: #fff;

  --footerBG: #90BA78;
  --footerFG: #fff;
  --footerLnk: #000;

  --titleColor: #000;

  --tileBG: #1A4034;
  --tileFG: #fff;
  --tileTitleColor: #fff;

	--accentColor: #1A4034;
	--accentColorLight: #90BA78;

  --emphasisBG: #90BA78;
  --emphasisFG: #fff;

  --extraBG: transparent;
  --extraBorderColor: #231F20;
  --extraBorderWidth: 2px;
  --extraRadius: 0em;
}
