:root,#reveal-- { 
  --primary-color: #0f2b20; 
  --secondary-color: #ddc6a9; 
  --background-style: solid; 
  --background-color: #fdfcfa; 
  --primary-contrast: #fff; 
  --global-background-color: #fdfcfa; 
  --h1-font-color: #f2e8dc; 
  --h1-font-family: "Raleway"; 
  --h1-font-size: 50px; 
  --h1-font-weight: 700; 
  --h2-font-color: #0f2b20; 
  --h2-font-family: "Raleway"; 
  --h2-font-size: 45px; 
  --h2-text-align: left; 
  --h2-font-weight: 700; 
  --h2-text-transform: capitalize; 
  --h2-line-height: 1.1; 
  --h3-font-color: #af8648; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 16px; 
  --h3-text-align: left; 
  --h3-font-weight: 700; 
  --h3-text-transform: uppercase; 
  --h3-font-letter-spacing: 1px; 
  --h4-font-color: #0f2b20; 
  --h4-font-family: "Raleway"; 
  --h4-font-size: 20px; 
  --body-font-color: #22201e; 
  --body-font-family: "Raleway"; 
  --body-font-size: 18px; 
  --link-font-color: #af8648; 
  --link-font-color-hover: #015a3f; 
  --link-font-color-active: #015a3f; 
  --link-font-family: inherit; 
  --button-style: none; 
  --button-background-color: #af8648; 
  --button-background-color-hover: #0f2b20; 
  --button-border-radius: 4px; 
  --button-font-color-hover: #f2e8dc; 
  --button-font-color-active: #f2e8dc; 
  --button-font-color: #ffffff; 
  --button-font-family: "Raleway"; 
  --button-font-size: 13px; 
  --button-font-weight: 800; 
  --button-text-transform: uppercase; 
  --button-font-letter-spacing: 2px; 
  --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-open-position: relative; 
}
