:root {
    --ss-color-88088: #FB9062;
    --ss-color-88089: #4281A4;
    --ss-color-88929: #FFA121;
    --ss-color-88088-dark: #e27749;
    --ss-color-88089-dark: #29688b;
    --ss-color-88929-dark: #e68808;
}


:root {
  --ss-header-background-color: #292929;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 70.50290135396519%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Fahkwang', sans-serif;
  --ss-header-title-font-size: 25px;
  --ss-header-tagline-color: #ffffff;
    --ss-header-tagline-font-family: 'Cinzel Decorative', serif;
  --ss-header-tagline-font-size: 31px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: #999999;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #c3c3c3;
}

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

