:root { 
  --secondary-color: #002663; 
  --background-style: solid; 
  --background-color: #ffffff; 
  --primary-contrast: #000; 
  --global-background-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-family: "Nunito"; 
  --h4-font-size: 20px; 
  --h4-font-weight: 400; 
  --body-font-color: #0a0a0a; 
  --body-font-family: "Nunito"; 
  --body-font-size: 15px; 
  --body-font-weight: 400; 
  --link-font-color: #002663; 
  --link-font-color-hover: #000031; 
  --link-font-color-active: #000031; 
  --button-style: none; 
  --button-background-color: #0073cf; 
  --button-background-color-hover: #000031; 
  --button-border-radius: 0px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #005ca7; 
  --button-font-color: #ffffff; 
  --button-font-family: "Nunito"; 
  --button-font-size: 14px; 
  --button-text-align: center; 
  --button-font-weight: 400; 
  --button-line-height: 1.5; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --in-animation: hinge-in-; 
  --hinge-in-direction: from-top; 
  --slide-in-direction: down; 
  --scale-in-direction: up; 
  --out-animation: hinge-out-; 
  --hinge-out-direction: from-top; 
  --slide-out-direction: up; 
  --scale-out-direction: down; 
  --easing: linear; 
  --speed: normal; 
  --mobile-menu-margin-left-right: 1rem; 
  --mobile-menu-width: 100vw; 
  --mobile-menu-justify-content: normal; 
  --hamburger-closed-color: #002663; 
  --hamburger-open-color: #002663; 
  --hamburger-open-position: relative; 
}
