:root {
    --ss-color-6907: #C47E7E;
    --ss-color-6908: #76B4B8;
    --ss-color-6907-dark: #ab6565;
    --ss-color-6908-dark: #5d9b9f;
}


:root {
  --ss-title-font-family: 'Noto Sans', sans-serif;
  --ss-paragraph-font-family: 'Open Sans', sans-serif;
  --ss-navigation-font-family: 'Noto Sans', sans-serif;
  --ss-navigation-font-size: 19px;
}


.site-button {

    border-style: none;

  border-radius: 7px;

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

}


body {
  background-color: #fcfcfc;
}

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

