:root {
    --ss-color-122288: #3A9DA1;
    --ss-color-122288-dark: #218488;
}


:root {
  --ss-title-font-family: 'Archivo Black', sans-serif;
  --ss-paragraph-font-family: 'Open Sans', sans-serif;
  --ss-navigation-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 31px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

