:root {
    --ss-color-74757: #D4AF37;
    --ss-color-90465: #0A1F44;
    --ss-color-74757-dark: #bb961e;
    --ss-color-90465-dark: #00062b;
}


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


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

