:root {
    --ss-color-115683: #9ECBCC;
    --ss-color-115684: #FFFFFF;
    --ss-color-115683-dark: #85b2b3;
    --ss-color-115684-dark: #e6e6e6;
}


:root {
  --ss-title-font-family: 'Cinzel', serif;
  --ss-paragraph-font-family: 'Baskervville', serif;
  --ss-navigation-font-family: 'Alegreya SC', serif;
  --ss-navigation-font-size: 20px;
}


.site-button {

    border-style: none;

  border-radius: 0px;

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

}


body {
  background-color: #d7faf4;
}

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

