html,
body {
/*   --7sGreenDarkest: #CFD8DC;
  --7sGold: #90A4AE; */
/*   --stepAnimationTime: .75s; */
  
  --7sGreenLight: #98bd9b;
  --7sGreen: #1c775a;
  --7sGreenDark: #06492f;
  --7sGreenDarker: #242f2c;
  --7sGreenDarkest: #18261d;
  --7sGold: #daa121;
  
  --animationTimeShort: .25s;
  --navHeaderSize: 10vmin;
  --borderRadius: 10px;
  
  --spacingXSmall: .5vmin;
  --spacingSmall: 1vmin;
  --spacingMedium: 2vmin;
  --spacingLarge: 3vmin;
  --spacingXLarge: 5vmin;
  --spacingXXLarge: 8vmin;
  
  --headerFont: 'Pirata One', cursive;
  --bodyFont: 'Nunito', sans-serif;
}