:root {
    --ss-color-53435: #4C80B6;
    --ss-color-53439: #CBB26A;
    --ss-color-53435-dark: #33679d;
    --ss-color-53439-dark: #b29951;
}


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


.site-button {

    border-style: none;

  border-radius: 29px;

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

}


body {
  background-color: var(--ss-color-53435);
}

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

