:root { 
  --primary-color: #0f4d82; 
  --secondary-color: #c82140; 
  --background-style: solid; 
  --primary-contrast: #fff; 
  --h1-font-color: #666064; 
  --h1-font-family: "Glegoo"; 
  --h1-font-size: 42px; 
  --h1-font-weight: 700; 
  --h1-text-transform: uppercase; 
  --h1-line-height: 1.60; 
  --h2-font-color: #000000; 
  --h2-font-family: "Glegoo"; 
  --h2-font-size: 34px; 
  --h2-font-weight: 700; 
  --h2-text-transform: none; 
  --h2-line-height: 1.60; 
  --h2-font-style: normal; 
  --h3-font-color: #000000; 
  --h3-font-family: "Glegoo"; 
  --h3-font-size: 24px; 
  --h3-font-weight: 700; 
  --h3-text-transform: capitalize; 
  --h3-line-height: 1.60; 
  --h4-font-color: #666064; 
  --h4-font-family: "Glegoo"; 
  --h4-font-size: 17px; 
  --h4-font-weight: 700; 
  --h4-text-transform: capitalize; 
  --h4-line-height: 1.60; 
  --body-font-color: #000000; 
  --body-font-family: "Lato"; 
  --body-font-size: 16px; 
  --body-text-align: left; 
  --body-font-weight: 400; 
  --body-text-transform: none; 
  --body-line-height: 1.70; 
  --body-font-style: normal; 
  --link-font-color: #0f4d82; 
  --link-font-color-hover: #001b50; 
  --link-font-color-active: #001b50; 
  --button-style: hollow; 
  --button-background-color: transparent; 
  --button-background-color-hover: transparent; 
  --button-border-radius: 0px; 
  --button-font-color-hover: #000000; 
  --button-font-color-active: #000000; 
  --button-font-color: #000000; 
  --button-font-family: "Glegoo"; 
  --button-font-size: 14px; 
  --button-font-weight: 700; 
  --button-text-transform: capitalize; 
  --button-line-height: 1.70; 
  --button-font-style: normal; 
  --button-border-color: #000000; 
  --button-border-color-hover: #000000; 
  --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; 
}
