:root { 
  --primary-color: #004a88; 
  --secondary-color: #032745; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-family: "Source Serif Pro"; 
  --h1-font-size: 64px; 
  --h1-line-height: 1.20; 
  --h2-font-color: #333333; 
  --h2-font-family: "Source Serif Pro"; 
  --h2-font-size: 40px; 
  --h2-font-weight: 700; 
  --h2-text-transform: uppercase; 
  --h2-line-height: 1.30; 
  --h3-font-color: #032745; 
  --h3-font-family: "Source Serif Pro"; 
  --h3-font-size: 32px; 
  --h3-font-weight: 700; 
  --h3-line-height: 1.40; 
  --h4-font-color: #032745; 
  --h4-font-family: "Source Serif Pro"; 
  --h4-font-size: 24px; 
  --h4-line-height: 1.50; 
  --body-font-color: #666064; 
  --body-font-family: "Noto Sans"; 
  --body-font-size: 16px; 
  --link-font-color: #004a88; 
  --link-font-color-hover: #032745; 
  --link-font-color-active: #004a88; 
  --button-style: none; 
  --button-background-color: #004a88; 
  --button-background-color-hover: #032745; 
  --button-border-radius: 1000px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #004a88; 
  --button-font-color: #ffffff; 
  --button-font-family: "Noto Sans"; 
  --button-font-size: 16px; 
  --button-font-weight: 700; 
  --button-font-letter-spacing: 1px; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --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; 
}
