:root {
    --ss-color-112718: #C9A227;
    --ss-color-112719: #2C3D6E;
    --ss-color-112720: #0585B9;
    --ss-color-112718-dark: #b0890e;
    --ss-color-112719-dark: #132455;
    --ss-color-112720-dark: #006ca0;
}


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

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

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

.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: 'Questrial', sans-serif;
}


.post-button {
    border-style: solid;


  border-radius: 13px;

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

}


body {
  background-color: #f5f5f5;
}

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

