:root { 
  --primary-color: #047B8C; 
  --secondary-color: #E66635; 
  --background-style: solid; 
  --background-color: #FFFFFF; 
  --primary-contrast: #fff; 
  --global-background-color: #FFFFFF; 
  --h1-font-color: #FEFEFE; 
  --h1-font-size: 60px; 
  --h1-text-align: center; 
  --h2-font-size: 32px; 
  --h3-font-size: 24px; 
  --h3-text-align: left; 
  --h4-font-color: #FFFFFF; 
  --h4-font-letter-spacing: 5px; 
  --h4-font-size: 22px; 
  --h4-text-transform: uppercase; 
  --body-font-color: #2A2A2A; 
  --body-font-family: "Nunito"; 
  --body-font-size: 22px; 
  --body-text-align: left; 
  --link-font-color: #047B8C; 
  --link-font-color-hover: #00495A; 
  --link-font-color-active: #00495A; 
  --button-font-color: #E66635; 
  --button-style: hollow; 
  --button-background-color: transparent; 
  --button-border-color: #E66635; 
  --button-border-color-hover: #00495A; 
  --button-border-radius: 1000px; 
  --button-background-color-hover: transparent; 
  --button-font-color-active: #00495A; 
  --button-font-color-hover: #00495A; 
  --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; 
}
