:root {
    --ss-color-40088: #164994;
    --ss-color-71282: #BC8A4D;
    --ss-color-71316: #1C2E5A;
    --ss-color-40088-dark: #00307b;
    --ss-color-71282-dark: #a37134;
    --ss-color-71316-dark: #031541;
}


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

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

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

.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: 'DM Serif Display ', serif;
}


.post-button {

    border-style: none;

  border-radius: 22px;


    box-shadow: none;
}


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

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

