:root { 
  --primary-color: #614B77; 
  --secondary-color: #4B5677; 
  --background-style: solid; 
  --background-color: #FEFEFE; 
  --primary-contrast: #fff; 
  --global-background-color: #FEFEFE; 
  --h1-font-color: #FFFFFF; 
  --h1-font-family: "Raleway"; 
  --h1-font-size: 50px; 
  --h2-font-color: #202E58; 
  --h2-font-family: "Raleway"; 
  --h2-font-size: 45px; 
  --h3-font-color: #666064; 
  --h3-font-family: "Raleway"; 
  --h3-font-size: 30px; 
  --h4-font-color: #000000; 
  --h4-font-family: "Poppins"; 
  --h4-font-size: 20px; 
  --body-font-color: #4B5677; 
  --body-font-family: "Poppins"; 
  --body-letter-spacing: 1.25; 
  --body-font-size: 17px; 
  --body-line-height: 1.50; 
  --link-font-color: #471E6F; 
  --link-font-family: "Raleway"; 
  --link-font-color-hover: #4B5677; 
  --link-font-color-active: #471E6F; 
  --button-font-color: #FFF; 
  --button-font-family: "Poppins"; 
  --button-letter-spacing: 2; 
  --button-font-size: 20px; 
  --button-background-color: #4A8A00; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-border-radius: 1000px; 
  --button-background-color-hover: #614B77; 
  --button-font-color-active: #BCC7E9; 
  --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; 
}
