:root,#reveal-- { 
  --primary-color: #005ca1; 
  --secondary-color: #149cd4; 
  --background-style: solid; 
  --background-color: #ffffff; 
  --primary-contrast: #fff; 
  --global-background-color: #ffffff; 
  --h1-font-color: #fefefe; 
  --h1-font-family: "Roboto"; 
  --h1-font-size: 60px; 
  --h1-text-align: center; 
  --h2-font-family: "Roboto"; 
  --h2-font-size: 42px; 
  --h3-font-family: "Roboto"; 
  --h3-font-size: 32px; 
  --h3-text-align: left; 
  --h4-font-color: #ffffff; 
  --h4-font-family: "Roboto"; 
  --h4-font-size: 22px; 
  --h4-text-align: center; 
  --h4-text-transform: uppercase; 
  --h4-font-letter-spacing: 5px; 
  --body-font-color: #2a2a2a; 
  --body-font-family: "Lato"; 
  --body-font-size: 17px; 
  --body-text-align: left; 
  --link-font-color: #005ca1; 
  --link-font-color-hover: #009dd7; 
  --link-font-color-active: #005ca1; 
  --link-font-family: "Lato"; 
  --link-font-size: 17px; 
  --button-style: none; 
  --button-background-color: #005ca1; 
  --button-background-color-hover: #009dd7; 
  --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: fade-in; 
  --hinge-in-direction: from-top; 
  --slide-in-direction: down; 
  --scale-in-direction: up; 
  --out-animation: fade-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: #ffffff; 
  --hamburger-closed-color-hover: #ffffff; 
  --hamburger-open-color: #ffffff; 
  --hamburger-open-position: relative; 
}
