:root {
    --ss-color-114715: #0E2980;
    --ss-color-114716: #FF1F30;
    --ss-color-114715-dark: #001067;
    --ss-color-114716-dark: #e60617;
}


:root {
  --ss-title-font-family: 'B612', sans-serif;
  --ss-paragraph-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-family: 'Candal', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

