:root {
    --ss-color-116183: #9B00D9;
    --ss-color-116184: #29E1D5;
    --ss-color-116183-dark: #8200c0;
    --ss-color-116184-dark: #10c8bc;
}


:root {
  --ss-title-font-family: 'Trocchi', serif;
  --ss-paragraph-font-family: 'Quicksand', monospace;
  --ss-navigation-font-family: 'Quicksand', monospace;
  --ss-navigation-font-size: 16px;
}


.site-button {
    border-style: solid;


  border-radius: 10px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

