:root {
    --ss-color-83069: #FFFFF0;
    --ss-color-83070: #E8E4DA;
    --ss-color-83322: #CFB023;
    --ss-color-83323: #3E4827;
    --ss-color-83324: #CB2C30;
    --ss-color-83069-dark: #e6e6d7;
    --ss-color-83070-dark: #cfcbc1;
    --ss-color-83322-dark: #b6970a;
    --ss-color-83323-dark: #252f0e;
    --ss-color-83324-dark: #b21317;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Playfair Display SC', serif;
}

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

.post--title,
.post-column_set .column--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 SC', serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-83069);
}

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

