:root {
    --ss-color-10457: #FEEB55;
    --ss-color-10458: #27282A;
    --ss-color-10459: #ABA5A5;
    --ss-color-63008: #8FE2E8;
    --ss-color-102152: #F8F8EE;
    --ss-color-10457-dark: #e5d23c;
    --ss-color-10458-dark: #0e0f11;
    --ss-color-10459-dark: #928c8c;
    --ss-color-63008-dark: #76c9cf;
    --ss-color-102152-dark: #dfdfd5;
}


:root {
  --ss-header-background-color: #212121;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 14px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 65.37717601547389%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Open Sans', sans-serif;
  --ss-header-title-font-size: 25px;
  --ss-header-tagline-color: #d1d1cf;
    --ss-header-tagline-font-family: 'PT Sans', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: var(--ss-color-10457);
  --ss-navigation-2-color: var(--ss-color-10458);
}


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

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

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

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


.post-button {
    border-style: solid;


  border-radius: 5px;


    box-shadow: none;
}


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

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/fV7DDFjoDzUarRS3LU6zfzhmcRdWhNFzZzNRQdhM0yw/w:1920/plain/https%3A%2F%2F02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com%2Fsites%2F46472%2Fphotos%2F22338028%2FDALL%25C2%25B7E_2025-03-06_06.35.17_-_A_seamless_abstract_background_design_featuring_soft_blacks__yellows__grays__and_beige_tones._The_design_should_have_smooth__flowing_textures_with_a_s_original.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

