:root,#reveal-- { 
  --primary-color: #476b1b; 
  --secondary-color: #927c42; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-color: #ffffff; 
  --h1-font-family: "Poppins"; 
  --h1-font-size: 54px; 
  --h1-font-weight: 700; 
  --h1-text-transform: uppercase; 
  --h1-font-letter-spacing: 2px; 
  --h1-line-height: 1.25; 
  --h2-font-color: #232323; 
  --h2-font-family: "Poppins"; 
  --h2-font-size: 32px; 
  --h2-font-weight: 800; 
  --h2-text-transform: uppercase; 
  --h3-font-color: #232323; 
  --h3-font-family: "Poppins"; 
  --h3-font-size: 30px; 
  --h3-font-weight: 400; 
  --h3-text-transform: capitalize; 
  --h4-font-color: #232323; 
  --h4-font-family: "Poppins"; 
  --h4-font-size: 23px; 
  --h4-font-weight: 400; 
  --body-font-color: #232323; 
  --body-font-family: "Poppins"; 
  --body-font-size: 17px; 
  --body-font-weight: 300; 
  --link-font-color: #466d1f; 
  --link-font-color-hover: #314b17; 
  --link-font-color-active: #466d1f; 
  --link-font-family: inherit; 
  --link-font-weight: 400; 
  --button-style: normal; 
  --button-background-color: #927c42; 
  --button-background-color-hover: #476b1b; 
  --button-border-radius: 0px; 
  --button-font-color-hover: #fefefe; 
  --button-font-color-active: #fefefe; 
  --button-font-color: #fefefe; 
  --button-font-family: "Poppins"; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --in-animation: slide-in-; 
  --hinge-in-direction: from-top; 
  --slide-in-direction: down; 
  --scale-in-direction: up; 
  --out-animation: slide-out-; 
  --hinge-out-direction: from-top; 
  --slide-out-direction: up; 
  --scale-out-direction: down; 
  --easing: linear; 
  --speed: normal; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-justify-content: normal; 
  --hamburger-closed-color: #fefefe; 
  --hamburger-closed-color-hover: #ffffff; 
  --hamburger-open-color: #ffffff; 
  --hamburger-open-color-hover: #ffffff; 
  --hamburger-open-position: relative; 
}
