:root {
    --ss-color-111320: #B6B5B5;
    --ss-color-116427: #000000;
    --ss-color-111320-dark: #9d9c9c;
    --ss-color-116427-dark: #000000;
}


:root {
  --ss-title-font-family: 'Slabo 27px', serif;
  --ss-paragraph-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-family: 'Roboto Slab', serif;
  --ss-navigation-font-size: 18px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

