:root {
    --ss-color-120758: #89CFF0;
    --ss-color-120759: #8A817C;
    --ss-color-120758-dark: #70b6d7;
    --ss-color-120759-dark: #716863;
}


:root {
  --ss-title-font-family: 'Playfair Display SC', serif;
  --ss-paragraph-font-family: 'Montserrat', sans-serif;
  --ss-navigation-font-family: 'Playfair Display SC', serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

