:root,#reveal-- { 
  --primary-color: #c6bcd0; 
  --secondary-color: #525a4d; 
  --background-style: solid; 
  --background-color: #ffffff; 
  --primary-contrast: #000; 
  --global-background-color: #ffffff; 
  --h1-font-color: #fefefe; 
  --h1-font-size: 65px; 
  --h1-text-align: center; 
  --h1-font-weight: normal; 
  --h1-text-transform: none; 
  --h1-font-letter-spacing: 2px; 
  --h2-font-color: #525a4d; 
  --h2-font-size: 40px; 
  --h3-font-color: #06163a; 
  --h3-font-size: 28px; 
  --h3-text-align: left; 
  --h3-text-transform: none; 
  --h4-font-color: #525a4d; 
  --h4-font-size: 22px; 
  --h4-text-align: left; 
  --h4-text-transform: none; 
  --body-font-color: #525a4d; 
  --body-font-size: 16px; 
  --body-text-align: left; 
  --link-font-color: #525a4d; 
  --link-font-color-hover: #525a4d; 
  --link-font-color-active: #525a4d; 
  --button-style: hollow; 
  --button-background-color: transparent; 
  --button-background-color-hover: transparent; 
  --button-border-radius: 4px; 
  --button-font-color-hover: #c6bcd0; 
  --button-font-color-active: #c6bcd0; 
  --button-font-color: #525a4d; 
  --button-border-color: #c6bcd0; 
  --button-border-color-hover: #c6bcd0; 
  --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: fast; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-justify-content: normal; 
  --hamburger-closed-color: #ffffff; 
  --hamburger-closed-color-hover: #c6bcd0; 
  --hamburger-open-color: #ffffff; 
  --hamburger-open-color-hover: #c6bcd0; 
  --hamburger-open-position: relative; 
}
