:root {
    --ss-color-56301: #28b54b;
    --ss-color-56303: #1347E9;
    --ss-color-56301-dark: #0f9c32;
    --ss-color-56303-dark: #002ed0;
}


:root {
  --ss-title-font-family: 'Antic Didone', serif;
  --ss-paragraph-font-family: 'Abel', sans-serif;
  --ss-navigation-font-family: 'Museo Slab', serif;
  --ss-navigation-font-size: 24px;
}


.site-button {

    border-style: none;

  border-radius: 31px;

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

}


body {
  background-color: #f6f6f6;
}

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

