:root { 
  --primary-color: #829E5D; 
  --secondary-color: #2C2C2C; 
  --primary-contrast: #000; 
  --h1-font-color: #666064; 
  --h1-font-family: "Lato"; 
  --h1-letter-spacing: 0px; 
  --h1-font-size: 42px; 
  --h1-font-weight: 400; 
  --h1-line-height: 1.60; 
  --h1-text-transform: uppercase; 
  --h2-font-color: #666064; 
  --h2-font-family: "Lato"; 
  --h2-letter-spacing: 0px; 
  --h2-font-size: 34px; 
  --h2-font-style: normal; 
  --h2-font-weight: 400; 
  --h2-line-height: 1.60; 
  --h2-text-transform: uppercase; 
  --h3-font-color: #666064; 
  --h3-font-family: "Lato"; 
  --h3-letter-spacing: 0px; 
  --h3-font-size: 20px; 
  --h3-font-weight: 700; 
  --h3-line-height: 1.60; 
  --h3-text-transform: capitalize; 
  --h4-font-color: #666064; 
  --h4-font-family: "Lato"; 
  --h4-letter-spacing: 0px; 
  --h4-font-size: 17px; 
  --h4-font-weight: 700; 
  --h4-line-height: 1.60; 
  --h4-text-transform: capitalize; 
  --body-font-color: #666064; 
  --body-font-family: "Lato"; 
  --body-letter-spacing: 0px; 
  --body-font-size: 16px; 
  --body-font-style: normal; 
  --body-font-weight: 400; 
  --body-text-align: left; 
  --body-line-height: 1.70; 
  --body-text-transform: none; 
  --link-font-color: #829E5D; 
  --link-font-color-hover: #677C4C; 
  --link-font-color-active: #677C4C; 
  --button-font-color: #FFFFFF; 
  --button-font-family: "Lato"; 
  --button-font-size: 16px; 
  --button-style: normal; 
  --button-font-style: normal; 
  --button-font-weight: 700; 
  --button-line-height: 1.70; 
  --button-text-transform: uppercase; 
  --button-background-color: #829E5D; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 4px; 
  --button-background-color-hover: #677C4C; 
  --button-font-color-active: #677C4C; 
  --button-font-color-hover: #FFFFFF; 
  --in-animation: hinge-in-; 
  --hinge-in-direction: from-top; 
  --out-animation: hinge-out-; 
  --hinge-out-direction: from-top; 
  --easing: linear; 
  --speed: normal; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-margin-left-right: 1rem; 
}
