:root {
    --ss-color-103889: #1340C7;
    --ss-color-104387: #FE5F0D;
    --ss-color-103889-dark: #0027ae;
    --ss-color-104387-dark: #e54600;
}


:root {
  --ss-title-font-family: 'Work Sans', sans-serif;
  --ss-paragraph-font-family: 'League Spartan', sans-serif;
  --ss-navigation-font-family: 'League Spartan', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {
    border-style: solid;


  border-radius: 0px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #ffffff;
}

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

