:root { 
  --primary-color: #CBD4C3; 
  --secondary-color: #12A448; 
  --background-style: solid; 
  --background-color: #FFFFFF; 
  --primary-contrast: #000; 
  --global-background-color: #FFFFFF; 
  --h1-font-color: #FEFEFE; 
  --h1-font-family: "Playfair Display"; 
  --h1-font-size: 60px; 
  --h1-text-align: center; 
  --h2-font-color: #2A2A2A; 
  --h2-font-family: "Montserrat"; 
  --h2-font-size: 32px; 
  --h3-font-color: #2A2A2A; 
  --h3-font-family: "Montserrat"; 
  --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: "Roboto"; 
  --body-font-size: 16px; 
  --body-text-align: left; 
  --link-font-color: #99A291; 
  --link-font-color-hover: #2A2A2A; 
  --link-font-color-active: #99A291; 
  --button-font-color: #000; 
  --button-background-color: #CBD4C3; 
  --button-border-color: transparent; 
  --button-border-color-hover: transparent; 
  --button-background-color-hover: #99A291; 
  --button-font-color-active: #99A291; 
  --button-font-color-hover: #000; 
  --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; 
}
