:root { 
  --primary-color: #394541; 
  --secondary-color: #E4D0B8; 
  --background-style: solid; 
  --background-color: #FFFFFF; 
  --primary-contrast: #fff; 
  --global-background-color: #FFFFFF; 
  --h1-font-color: #FEFEFE; 
  --h1-font-family: "Playfair Display"; 
  --h1-font-size: 60px; 
  --h1-text-align: center; 
  --h3-font-family: "Playfair Display"; 
  --h3-font-size: 24px; 
  --h3-text-align: left; 
  --h4-font-color: #FFFFFF; 
  --h4-font-family: "Raleway"; 
  --h4-letter-spacing: 5px; 
  --h4-font-size: 22px; 
  --h4-text-transform: uppercase; 
  --body-font-color: #2A2A2A; 
  --body-font-family: "Raleway"; 
  --body-font-size: 16px; 
  --body-text-align: left; 
  --link-font-color: #394541; 
  --link-font-color-hover: #07130F; 
  --link-font-color-active: #07130F; 
  --button-font-color: #FFF; 
  --button-background-color: #394541; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #07130F; 
  --button-font-color-active: #07130F; 
  --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; 
}
