:root {
    --ss-color-116838: #0a3760;
    --ss-color-116839: #ce0606;
    --ss-color-116838-dark: #001e47;
    --ss-color-116839-dark: #b50000;
}


: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;
}

