:root {
    --ss-color-84400: #171665;
    --ss-color-113491: #898A8B;
    --ss-color-113492: #C9621F;
    --ss-color-84400-dark: #00004c;
    --ss-color-113491-dark: #707172;
    --ss-color-113492-dark: #b04906;
}


:root {
  --ss-title-font-family: 'Questrial', sans-serif;
  --ss-paragraph-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-size: 18px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

