:root { 
  --primary-color: #000000; 
  --secondary-color: #000000; 
  --background-style: solid; 
  --background-color: #ffffff; 
  --primary-contrast: #fff; 
  --global-background-color: #ffffff; 
  --h1-font-color: #ffffff; 
  --h1-font-family: "Nunito"; 
  --h1-font-size: 46px; 
  --h1-font-weight: 400; 
  --h2-font-color: #002663; 
  --h2-font-family: "Nunito"; 
  --h3-font-color: #005ca7; 
  --h3-font-family: "Nunito"; 
  --h3-font-size: 25px; 
  --h4-font-color: #002663; 
  --h4-font-family: "Nunito"; 
  --h4-font-size: 20px; 
  --body-font-color: #666064; 
  --body-font-family: "Nunito"; 
  --body-font-size: 15px; 
  --body-font-weight: 400; 
  --link-font-color: #002663; 
  --link-font-color-hover: #005ca7; 
  --link-font-color-active: #002663; 
  --button-style: none; 
  --button-background-color: #0073cf; 
  --button-background-color-hover: #002663; 
  --button-border-radius: 0px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #0073cf; 
  --button-font-color: #ffffff; 
  --button-font-size: 15px; 
  --button-text-align: center; 
  --button-font-weight: 400; 
  --button-font-letter-spacing: .071rem; 
  --button-line-height: 1.50; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --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; 
}
