:root {
    --ss-color-112672: #3e80c7;
    --ss-color-112673: #253e70;
    --ss-color-112672-dark: #2567ae;
    --ss-color-112673-dark: #0c2557;
}


:root {
  --ss-title-font-family: 'Source Serif Pro', serif;
  --ss-paragraph-font-family: 'Assistant', sans-serif;
  --ss-navigation-font-family: 'Roboto', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

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

