:root {
    --ss-color-113827: #866211;
    --ss-color-114236: #001D3D;
    --ss-color-113827-dark: #6d4900;
    --ss-color-114236-dark: #000424;
}


:root {
  --ss-title-font-family: 'Nunito', sans-serif;
  --ss-paragraph-font-family: 'Montserrat', sans-serif;
  --ss-navigation-font-family: 'Montserrat', sans-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;
}

