:root { 
  --primary-color: #88A7D7; 
  --secondary-color: #ED612E; 
  --background-style: solid; 
  --background-color: #FFFFFF; 
  --primary-contrast: #000; 
  --global-background-color: #FFFFFF; 
  --h1-font-color: #FEFEFE; 
  --h1-font-family: "Ubuntu"; 
  --h1-font-size: 52px; 
  --h1-text-align: center; 
  --h2-font-color: #89A8D8; 
  --h2-font-family: "Ubuntu"; 
  --h2-font-size: 40px; 
  --h3-font-color: #EC7748; 
  --h3-font-family: "Ubuntu"; 
  --h3-font-size: 32px; 
  --h3-text-align: left; 
  --h4-font-color: #EC7748; 
  --h4-font-family: "Ubuntu"; 
  --h4-font-size: 22px; 
  --h4-text-transform: none; 
  --body-font-color: #2A2A2A; 
  --body-font-family: "Open Sans"; 
  --body-font-size: 17px; 
  --body-text-align: left; 
  --link-font-color: #EC7748; 
  --link-font-color-hover: #89A8D8; 
  --link-font-color-active: #89A8D8; 
  --button-font-color: #FFF; 
  --button-font-family: "Open Sans"; 
  --button-font-size: 16px; 
  --button-background-color: #ED612E; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 4px; 
  --button-background-color-hover: #F9C898; 
  --button-font-color-active: #ED612E; 
  --button-font-color-hover: #FFF; 
  --in-animation: hinge-in-; 
  --hinge-in-direction: from-top; 
  --out-animation: hinge-out-; 
  --hinge-out-direction: from-top; 
  --easing: linear; 
  --speed: normal; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-margin-left-right: 1rem; 
}
