:root {
    --ss-color-88879: #6F0F7F;
    --ss-color-88880: #daa520;
    --ss-color-88879-dark: #560066;
    --ss-color-88880-dark: #c18c07;
}


:root {
  --ss-title-font-family: 'Marcellus', serif;
  --ss-paragraph-font-family: 'Marcellus', serif;
  --ss-navigation-font-family: 'Marcellus', serif;
  --ss-navigation-font-size: 16px;
}


.site-button {
    border-style: solid;


  border-radius: 31px;

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

}


body {
  background-color: #9a3b8f;
}

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

