:root { 
  --primary-color: #0176B8; 
  --secondary-color: #6CBC4C; 
  --primary-contrast: #fff; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Lato"; 
  --h1-font-size: 70px; 
  --h1-text-align: center; 
  --h1-line-height: 1.00; 
  --h1-text-transform: none; 
  --h2-font-color: #0176B8; 
  --h2-font-family: "Lato"; 
  --h2-font-size: 32px; 
  --h2-text-transform: uppercase; 
  --h3-font-color: #0176B8; 
  --h3-font-size: 28px; 
  --h3-text-transform: uppercase; 
  --h4-font-color: #22262B; 
  --h4-font-family: "Lato"; 
  --h4-font-size: 20px; 
  --h4-line-height: 1.00; 
  --h4-text-transform: none; 
  --body-font-color: #000000; 
  --body-font-family: "Open Sans"; 
  --body-font-size: 16px; 
  --link-font-color: #3A8A1A; 
  --link-font-color-hover: #6CBC4C; 
  --link-font-color-active: #6CBC4C; 
  --button-font-color: #FFFFFF; 
  --button-font-family: "Open Sans"; 
  --button-background-color: #6CBC4C; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 1000px; 
  --button-background-color-hover: #3A8A1A; 
  --button-font-color-active: #3A8A1A; 
  --button-font-color-hover: #FFFFFF; 
  --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; 
}
