:root {
    --ss-color-107423: #29acb3;
    --ss-color-107424: #d4578d;
    --ss-color-107425: #ffe3ef;
    --ss-color-107423-dark: #10939a;
    --ss-color-107424-dark: #bb3e74;
    --ss-color-107425-dark: #e6cad6;
}


:root {
  --ss-header-background-color: #f4ebdc;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 81.23791102514507%;
  --ss-header-title-color: #0b3335;
    --ss-header-title-font-family: 'Archivo Black', sans-serif;
  --ss-header-title-font-size: 50px;
  --ss-header-tagline-color: #595959;
    --ss-header-tagline-font-family: 'Comfortaa', sans-serif;
  --ss-header-tagline-font-size: 25px;
  --ss-navigation-1-color: var(--ss-color-107423);
  --ss-navigation-2-color: #f4ebdc;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 31px;

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

}


body {
  background-color: #f4ebdc;
}

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

