:root {
    --ss-color-110210: #FFD700;
    --ss-color-110211: #FFFDDD;
    --ss-color-110213: #903AA1;
    --ss-color-110237: #DAB806;
    --ss-color-110373: #FCC5F9;
    --ss-color-110210-dark: #e6be00;
    --ss-color-110211-dark: #e6e4c4;
    --ss-color-110213-dark: #772188;
    --ss-color-110237-dark: #c19f00;
    --ss-color-110373-dark: #e3ace0;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Marko One', fantasy;
}

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

.post--title,
.post-column_set .column--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: 'Sansita Swashed', cursive;
}


.post-button {

    border-style: none;

  border-radius: 24px;


    box-shadow: none;
}


body {
  background-color: #efe8ef;
}

body:before {
    background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

