:root {
    --ss-color-117647: #9C0202;
    --ss-color-117648: #FAF3EA;
    --ss-color-117647-dark: #830000;
    --ss-color-117648-dark: #e1dad1;
}


:root {
  --ss-title-font-family: 'Cormorant Garamond', serif;
  --ss-paragraph-font-family: 'Quicksand', monospace;
  --ss-navigation-font-family: 'IBM Plex Sans', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 4px;

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

}


body {
  background-color: #ffffff;
}

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

