:root { 
  --primary-color: #005DA6; 
  --secondary-color: #7D9F96; 
  --primary-contrast: #fff; 
  --h1-font-family: "Poppins"; 
  --h1-font-size: 48px; 
  --h1-font-weight: 700; 
  --h2-font-family: "Poppins"; 
  --h2-font-size: 40px; 
  --h2-font-weight: 700; 
  --h2-text-transform: uppercase; 
  --h3-font-color: #232323; 
  --h3-font-family: "Poppins"; 
  --h3-font-size: 32px; 
  --h3-font-weight: 700; 
  --h4-font-family: "Poppins"; 
  --h4-font-size: 24px; 
  --body-font-color: #262626; 
  --body-font-family: "Roboto"; 
  --body-font-size: 16px; 
  --link-font-color: #005DA6; 
  --link-font-family: "Libre Baskerville"; 
  --link-font-size: 15px; 
  --link-font-color-hover: #006649; 
  --link-font-color-active: #005DA6; 
  --button-font-color: #FFF; 
  --button-font-family: "Roboto"; 
  --button-background-color: #005DA6; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #006649; 
  --button-font-color-active: #005DA6; 
  --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; 
}
