:root {
}


:root {
  --ss-title-font-family: 'Yeseva One', serif;
  --ss-paragraph-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-size: 17px;
}


.site-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: #f7f7f9;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1614850523011-8f49ffc73908?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3ODQ5OTY4MzB8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

