:root {
    --ss-color-99664: #228B22;
    --ss-color-100410: #CCFF00;
    --ss-color-99664-dark: #097209;
    --ss-color-100410-dark: #b3e600;
}


:root {
  --ss-title-font-family: 'Trade Winds', fantasy;
  --ss-paragraph-font-family: 'Nobile', sans-serif;
  --ss-navigation-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-size: 24px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-99664);
}

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

