:root,#reveal-- { 
  --primary-color: #004f6d; 
  --secondary-color: #5aa897; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-color: #ffffff; 
  --h1-font-family: "Nunito"; 
  --h1-font-size: 50px; 
  --h1-font-weight: bolder; 
  --h2-font-color: #004f6d; 
  --h2-font-family: "Nunito"; 
  --h2-font-size: 54px; 
  --h2-font-weight: normal; 
  --h2-text-transform: none; 
  --h2-font-letter-spacing: 0px; 
  --h3-font-color: #004f6d; 
  --h3-font-family: "Nunito"; 
  --h3-font-size: 28px; 
  --h3-font-weight: bolder; 
  --h4-font-color: #c47451; 
  --h4-font-family: "Nunito"; 
  --h4-font-size: 18px; 
  --h4-font-weight: bolder; 
  --h4-text-transform: uppercase; 
  --h4-font-letter-spacing: 1px; 
  --body-font-color: #4a4a4a; 
  --body-font-family: "Lora"; 
  --body-font-size: 18px; 
  --link-font-color: #004f6d; 
  --link-font-color-hover: #5aa897; 
  --link-font-color-active: #004f6d; 
  --link-font-family: "Lora"; 
  --link-font-size: 18px; 
  --button-style: normal; 
  --button-background-color: #004f6d; 
  --button-background-color-hover: #5aa897; 
  --button-border-radius: 4px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #ffffff; 
  --button-font-color: #ffffff; 
  --button-font-family: "Nunito"; 
  --button-font-size: 17px; 
  --button-text-transform: uppercase; 
  --button-font-letter-spacing: 1px; 
  --button-line-height: 17px; 
  --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; 
}
