:root {
  --main-bg-color: rgb(253, 250, 246);
  --main-menu-bg-color: rgba(255, 255, 255, 0.2);
  --main-text-dark-color: #a67a52;
}


body, html {
  margin: 0;
  padding: 0;
  background-color: var(--main-bg-color);
  overflow-x: clip;
  font-family: 'Playfair Dispair', serif;
  font-weight: 300;
  height: auto;
  min-height: 100%;
  scroll-behavior: smooth;
  position: relative;
}

@media (max-width: 1024px) {
  .not-mobile {
    display: none!important;
  }
}

@media (min-width: 1025px) {
  .only-mobile {
    display: none!important;
  }
}

@font-face {
  font-family: PynionScript; /* set name */
  src: url(fonts/pynion-script/PinyonScript-Regular.ttf); /* url of the font */
}

.grecaptcha-badge {
  display: none !important;
}
