:root { 
  --primary-color: #232323; 
  --secondary-color: #D7A92F; 
  --primary-contrast: #fff; 
  --h1-font-color: #232323; 
  --h1-font-family: "Cormorant Garamond"; 
  --h1-font-size: 45px; 
  --h2-font-color: #232323; 
  --h2-font-family: "Cormorant Garamond"; 
  --h2-font-size: 35px; 
  --h2-text-align: left; 
  --h3-font-color: #232323; 
  --h3-font-family: "Cormorant Garamond"; 
  --h3-font-size: 30px; 
  --h4-font-color: #232323; 
  --h4-font-family: "Libre Baskerville"; 
  --h4-font-size: 20px; 
  --body-font-color: #232323; 
  --body-font-family: "Libre Baskerville"; 
  --body-font-size: 16px; 
  --link-font-color: #C79100; 
  --link-font-family: "Libre Baskerville"; 
  --link-font-size: 15px; 
  --link-font-color-hover: #232323; 
  --link-font-color-active: #C79100; 
  --button-font-color: #FFF; 
  --button-font-family: "Libre Baskerville"; 
  --button-background-color: #D7A92F; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #C79100; 
  --button-font-color-active: #D7A92F; 
  --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; 
}
