:root { 
  --primary-color: #042C5F; 
  --secondary-color: #7C043C; 
  --background-style: solid; 
  --background-color: #FFFFFF; 
  --primary-contrast: #fff; 
  --global-background-color: #FFFFFF; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Lato"; 
  --h1-font-size: 70px; 
  --h1-text-align: center; 
  --h1-line-height: 1.00; 
  --h1-text-transform: none; 
  --h2-font-color: #042C5F; 
  --h2-font-family: "Playfair Display"; 
  --h2-text-transform: none; 
  --h3-font-color: #042C5F; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 21px; 
  --h3-text-transform: none; 
  --h4-font-color: #042C5F; 
  --h4-font-family: "Raleway"; 
  --h4-font-size: 18px; 
  --h4-font-style: italic; 
  --h4-text-align: center; 
  --h4-line-height: 1.00; 
  --h4-text-transform: none; 
  --body-font-color: #00002D; 
  --body-font-family: "Raleway"; 
  --body-font-size: 16px; 
  --link-font-color: #042C5F; 
  --link-font-color-hover: #00002D; 
  --link-font-color-active: #00002D; 
  --button-font-color: #FFF; 
  --button-font-family: "Raleway"; 
  --button-letter-spacing: 2px; 
  --button-font-size: 16px; 
  --button-font-weight: 700; 
  --button-text-transform: uppercase; 
  --button-background-color: #7C043C; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #5E002C; 
  --button-font-color-active: #5E002C; 
  --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; 
}
