:root { 
  --primary-color: #0B5073; 
  --secondary-color: #7D7E7E; 
  --background-style: solid; 
  --background-color: #FEFEFE; 
  --primary-contrast: #fff; 
  --global-background-color: #FEFEFE; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Open Sans"; 
  --h1-font-size: 50px; 
  --h2-font-color: #403E40; 
  --h2-font-family: "Open Sans"; 
  --h2-font-size: 45px; 
  --h3-font-color: #403E40; 
  --h3-font-family: "Open Sans"; 
  --h3-font-size: 30px; 
  --h4-font-color: #666064; 
  --h4-font-family: "Open Sans"; 
  --h4-font-size: 20px; 
  --body-font-color: #1F2021; 
  --body-font-family: "Open Sans"; 
  --body-font-size: 15px; 
  --link-font-color: #0C5682; 
  --link-font-family: "Raleway"; 
  --link-font-color-hover: #002450; 
  --link-font-color-active: #002450; 
  --button-font-color: #FFF; 
  --button-font-family: "Open Sans"; 
  --button-background-color: #207EC2; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #0C5682; 
  --button-font-color-active: #0C5682; 
  --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; 
}
