:root { 
  --primary-color: #014F41; 
  --secondary-color: #000000; 
  --primary-contrast: #fff; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Poppins"; 
  --h1-font-size: 70px; 
  --h1-text-align: center; 
  --h1-line-height: 1.00; 
  --h1-text-transform: none; 
  --h2-font-color: #014F41; 
  --h2-font-family: "Poppins"; 
  --h2-font-size: 33px; 
  --h2-text-transform: uppercase; 
  --h3-font-color: #014F41; 
  --h3-font-family: "Poppins"; 
  --h3-font-size: 28px; 
  --h3-text-transform: uppercase; 
  --h4-font-color: #333333; 
  --h4-font-family: "Poppins"; 
  --h4-line-height: 1.30; 
  --h4-text-transform: none; 
  --body-font-color: #333333; 
  --body-font-family: "Poppins"; 
  --body-font-size: 16px; 
  --link-font-color: #218521; 
  --link-font-color-hover: #00B000; 
  --link-font-color-active: #218521; 
  --button-font-color: #FFF; 
  --button-font-family: "Poppins"; 
  --button-font-size: 16px; 
  --button-text-transform: uppercase; 
  --button-background-color: #014F41; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 1000px; 
  --button-background-color-hover: #218521; 
  --button-font-color-active: #218521; 
  --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; 
}
