:root {
    --ss-color-105930: #16274A;
    --ss-color-105935: #F56A47;
    --ss-color-106440: #18C600;
    --ss-color-106441: #178900;
    --ss-color-106442: #186601;
    --ss-color-105930-dark: #000e31;
    --ss-color-105935-dark: #dc512e;
    --ss-color-106440-dark: #00ad00;
    --ss-color-106441-dark: #007000;
    --ss-color-106442-dark: #004d00;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Roboto', sans-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: 'Domine', serif;
}


.post-button {

    border-style: none;

  border-radius: 30px;

    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;
}

