:root {
    --ss-color-87238: #030333;
    --ss-color-90358: #E3CA04;
    --ss-color-87238-dark: #00001a;
    --ss-color-90358-dark: #cab100;
}


:root {
  --ss-title-font-family: 'Alegreya SC', serif;
  --ss-paragraph-font-family: 'Merriweather', serif;
  --ss-navigation-font-family: 'Playfair Display SC', serif;
  --ss-navigation-font-size: 21px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #fcfcfc;
}

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

