:root {
    --ss-color-90801: #24B0D0;
    --ss-color-90802: #e7592e;
    --ss-color-90801-dark: #0b97b7;
    --ss-color-90802-dark: #ce4015;
}


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


.site-button {

    border-style: none;

  border-radius: 31px;

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

}


body {
  background-color: #f5f5f5;
}

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

