:root,#reveal-- { 
  --primary-color: #009748; 
  --secondary-color: #8dc63f; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-color: #ffffff; 
  --h1-font-family: "Playfair Display"; 
  --h1-font-size: 50px; 
  --h2-font-color: #666064; 
  --h2-font-family: "Playfair Display"; 
  --h2-font-size: 42px; 
  --h3-font-color: #666064; 
  --h3-font-family: "Playfair Display"; 
  --h3-font-size: 32px; 
  --h4-font-color: #666064; 
  --h4-font-family: "Playfair Display"; 
  --h4-font-size: 22px; 
  --body-font-color: #666064; 
  --body-font-family: "Lato"; 
  --body-font-size: 17px; 
  --link-font-color: #009748; 
  --link-font-color-hover: #8dc63f; 
  --link-font-color-active: #009748; 
  --link-font-family: "Lato"; 
  --link-font-size: 17px; 
  --button-style: none; 
  --button-background-color: #009748; 
  --button-background-color-hover: #8dc63f; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #ffffff; 
  --button-font-color: #ffffff; 
  --button-font-family: "Lato"; 
  --button-font-size: 17px; 
  --button-text-transform: capitalize; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --in-animation: hinge-in-; 
  --hinge-in-direction: from-top; 
  --slide-in-direction: down; 
  --scale-in-direction: up; 
  --out-animation: hinge-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-open-position: relative; 
}
