:root {
    --ss-color-86461: #EA8704;
    --ss-color-86462: #000002;
    --ss-color-86463: #e6f2f7;
    --ss-color-86461-dark: #d16e00;
    --ss-color-86462-dark: #000000;
    --ss-color-86463-dark: #cdd9de;
}


:root {
  --ss-title-font-family: 'Young Serif', serif;
  --ss-paragraph-font-family: 'Tienne', serif;
  --ss-navigation-font-family: 'Young Serif', serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 20px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

