:root {
    --ss-color-112263: #AE9049;
    --ss-color-112264: #2D2922;
    --ss-color-112263-dark: #957730;
    --ss-color-112264-dark: #141009;
}


:root {
  --ss-title-font-family: 'Vidaloka', serif;
  --ss-paragraph-font-family: 'Noto Serif Georgian', Serif;
  --ss-navigation-font-family: 'Marko One', fantasy;
  --ss-navigation-font-size: 15px;
}


.site-button {
    border-style: solid;


  border-radius: 10px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #e7ebf0;
}

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

