:root { 
  --primary-color: #4695D3; 
  --secondary-color: #09184B; 
  --primary-contrast: #000; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Lato"; 
  --h1-font-size: 68px; 
  --h1-text-align: center; 
  --h1-line-height: 1.00; 
  --h1-text-transform: none; 
  --h2-font-family: "Lato"; 
  --h2-text-transform: uppercase; 
  --h3-font-family: "Lato"; 
  --h3-font-size: 24px; 
  --h3-text-transform: uppercase; 
  --h4-font-family: "Lato"; 
  --h4-line-height: 1.00; 
  --h4-text-transform: none; 
  --body-font-family: "arial"; 
  --link-font-color: #4695D3; 
  --link-font-color-hover: #09184B; 
  --link-font-color-active: #4695D3; 
  --button-font-color: #FFF; 
  --button-font-family: "arial"; 
  --button-background-color: #4695D3; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #09184B; 
  --button-font-color-active: #4695D3; 
  --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; 
}
