:root {
    --ss-color-55197: #5E7F6B;
    --ss-color-55198: #8C8E90;
    --ss-color-55199: #C1C5C8;
    --ss-color-55201: #A18B7D;
    --ss-color-55310: #D8D3CF;
    --ss-color-55197-dark: #456652;
    --ss-color-55198-dark: #737577;
    --ss-color-55199-dark: #a8acaf;
    --ss-color-55201-dark: #887264;
    --ss-color-55310-dark: #bfbab6;
}


:root {
  --ss-header-background-color: #f6f6f6;
  --ss-header-background-alpha: calc(100% * 0.64);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 49.61315280464217%;
  --ss-header-title-color: #64916F;
    --ss-header-title-font-family: 'Amaranth', sans-serif;
  --ss-header-title-font-size: 41px;
  --ss-header-tagline-color: var(--ss-color-55197);
    --ss-header-tagline-font-family: 'DM Sans', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: #333333;
  --ss-navigation-2-color: #ffffff;
}


.site-container {
    font-family: 'Nunito', sans-serif;
}

.primary-navigation,
.location-quick-links {
    font-family: 'Poppins', sans-serif;
}

.primary-navigation .page-listing li {
  font-size: 17px;
}

.post--title,
.post-item_list .item--title,
.post-gallery .gallery-photo--title,
.post-menu .item--name,
.post-pricing_table .plan--title,
.location-title,
.footer-container .about-title,
.social-icons__title {
    font-family: 'Playfair Display', serif;
}


.post-button {

    border-style: none;

  border-radius: 31px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

