:root {
    --ss-color-102926: #F99595;
    --ss-color-102927: #BFF0CF;
    --ss-color-102928: #F8F8AD;
    --ss-color-102926-dark: #e07c7c;
    --ss-color-102927-dark: #a6d7b6;
    --ss-color-102928-dark: #dfdf94;
}


:root {
  --ss-title-font-family: 'Rubik', sans-serif;
  --ss-paragraph-font-family: 'Rubik', sans-serif;
  --ss-navigation-font-family: 'Rubik', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #edeaed;
}

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

