:root {
    --ss-color-108459: #74665C;
    --ss-color-108460: #DCD3CA;
    --ss-color-108461: #FF69B4;
    --ss-color-108593: #81A89B;
    --ss-color-110259: #FFFFFF;
    --ss-color-108459-dark: #5b4d43;
    --ss-color-108460-dark: #c3bab1;
    --ss-color-108461-dark: #e6509b;
    --ss-color-108593-dark: #688f82;
    --ss-color-110259-dark: #e6e6e6;
}


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

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

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

.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: 'Old Standard TT', serif;
}


.post-button {

    border-style: none;

  border-radius: 31px;


    box-shadow: none;
}


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

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

