:root { 
  --primary-color: #523178; 
  --secondary-color: #000000; 
  --background-style: solid; 
  --primary-contrast: #fff; 
  --h1-font-color: #000000; 
  --h1-font-family: "Cormorant Garamond"; 
  --h1-font-size: 45px; 
  --h1-line-height: 1.2; 
  --h2-font-color: #000000; 
  --h2-font-family: "Cormorant Garamond"; 
  --h2-font-size: 32px; 
  --h2-text-align: left; 
  --h2-line-height: 1.25; 
  --h3-font-color: #000000; 
  --h3-font-family: "Cormorant Garamond"; 
  --h3-font-size: 28px; 
  --h3-font-weight: 700; 
  --h3-line-height: 1.3; 
  --h4-font-color: #000000; 
  --h4-font-family: "Cormorant Garamond"; 
  --h4-font-size: 24px; 
  --h4-line-height: 1.35; 
  --body-font-color: #262626; 
  --body-font-family: "Libre Baskerville"; 
  --body-font-size: 16px; 
  --link-font-color: #523178; 
  --link-font-color-hover: #000000; 
  --link-font-color-active: #523178; 
  --button-style: normal; 
  --button-background-color: #523178; 
  --button-background-color-hover: #000000; 
  --button-border-radius: 4px; 
  --button-font-color-hover: #ffffff; 
  --button-font-color-active: #ffffff; 
  --button-font-color: #ffffff; 
  --button-font-family: "Noto Sans"; 
  --button-font-size: 16px; 
  --button-text-align: center; 
  --button-font-weight: 600; 
  --button-font-letter-spacing: 1px; 
  --button-line-height: 1.5; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --in-animation: fade-in; 
  --hinge-in-direction: from-top; 
  --slide-in-direction: down; 
  --scale-in-direction: up; 
  --out-animation: fade-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-closed-color: #ffffff; 
  --hamburger-closed-color-hover: #a898bb; 
  --hamburger-open-color: #d4cbdd; 
  --hamburger-open-color-hover: #a898bb; 
  --hamburger-open-position: relative; 
}
