:root { 
  --primary-color: #3976be; 
  --secondary-color: #092545; 
  --background-style: solid; 
  --background-color: #fefefe; 
  --primary-contrast: #fff; 
  --global-background-color: #fefefe; 
  --h1-font-color: #092545; 
  --h1-font-family: "Poppins"; 
  --h1-font-size: 50px; 
  --h2-font-color: #092545; 
  --h2-font-family: "Poppins"; 
  --h2-font-size: 36px; 
  --h2-font-weight: 700; 
  --h2-text-transform: none; 
  --h3-font-color: #092545; 
  --h3-font-family: "Poppins"; 
  --h3-font-size: 26px; 
  --h3-font-weight: 700; 
  --h3-text-transform: none; 
  --h3-line-height: 1.60; 
  --h4-font-color: #3976be; 
  --h4-font-family: "Poppins"; 
  --h4-font-size: 17px; 
  --h4-font-weight: 700; 
  --h4-line-height: 1.60; 
  --body-font-color: #092545; 
  --body-font-family: "Poppins"; 
  --body-font-size: 20px; 
  --body-line-height: 1.70; 
  --link-font-color: #3976be; 
  --link-font-color-hover: #3976be; 
  --link-font-color-active: #3976be; 
  --link-font-family: "Raleway"; 
  --link-font-weight: 600; 
  --button-style: normal; 
  --button-background-color: #3976be; 
  --button-background-color-hover: #092545; 
  --button-border-radius: 4px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #092545; 
  --button-font-color: #ffffff; 
  --button-font-family: "Poppins"; 
  --button-font-size: 18px; 
  --button-font-weight: 700; 
  --button-text-transform: capitalize; 
  --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; 
}
