:root {
    --ss-color-113706: #1AB541;
    --ss-color-113713: #325FC6;
    --ss-color-113706-dark: #019c28;
    --ss-color-113713-dark: #1946ad;
}


:root {
  --ss-title-font-family: 'Be Vietnam Pro', sans-serif;
  --ss-paragraph-font-family: 'Source Serif Pro', serif;
  --ss-navigation-font-family: 'DM Serif Display', serif;
  --ss-navigation-font-size: 17px;
}


.site-button {
    border-style: solid;


  border-radius: 15px;

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

}


body {
  background-color: #f0f0f0;
}

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

