:root {
    --ss-color-102417: #f79034;
    --ss-color-102418: #349BF7;
    --ss-color-102589: #313131;
    --ss-color-102681: #10B981;
    --ss-color-102417-dark: #de771b;
    --ss-color-102418-dark: #1b82de;
    --ss-color-102589-dark: #181818;
    --ss-color-102681-dark: #00a068;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f9f9f9;
}

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

