:root {
    --ss-color-121725: #142640;
    --ss-color-121726: #AF7940;
    --ss-color-121725-dark: #000d27;
    --ss-color-121726-dark: #966027;
}


:root {
  --ss-title-font-family: 'Crimson Text', serif;
  --ss-paragraph-font-family: 'Inter', sans-serif;
  --ss-navigation-font-family: 'Inter', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 2px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

