:root {
    --ss-color-101668: #6a4475;
    --ss-color-101669: #f5e4f4;
    --ss-color-101670: #0f0f0f;
    --ss-color-101668-dark: #512b5c;
    --ss-color-101669-dark: #dccbdb;
    --ss-color-101670-dark: #000000;
}


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

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

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

.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: 'Rochester', cursive;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

