:root { 
  --primary-color: #063040; 
  --secondary-color: #ecf0f1; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-color: #ffffff; 
  --h1-font-family: "Raleway"; 
  --h1-font-size: 45px; 
  --h1-font-weight: 400; 
  --h2-font-color: #063040; 
  --h2-font-family: "Raleway"; 
  --h2-font-size: 40px; 
  --h3-font-color: #666064; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 30px; 
  --h4-font-color: #666064; 
  --h4-font-family: "Raleway"; 
  --h4-font-size: 20px; 
  --h4-font-weight: bolder; 
  --body-font-color: #666064; 
  --body-font-family: "Raleway"; 
  --body-font-size: 16px; 
  --link-font-color: #0c74bc; 
  --link-font-color-hover: #00428a; 
  --link-font-color-active: #0c74bc; 
  --link-font-family: "Raleway"; 
  --button-style: none; 
  --button-background-color: #0c3844; 
  --button-background-color-hover: #044c5e; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #0c3844; 
  --button-font-color: #ffffff; 
  --button-font-family: "Raleway"; 
  --button-font-size: 15px; 
  --button-font-weight: 400; 
  --button-text-transform: none; 
  --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-open-position: relative; 
}
