:root {
  --font-sans: var(--fd-font-inter), sans-serif;
  --font-main: var(--fd-font-figtree), sans-serif;
}

@media only screen and (max-width: 991px) {
  html {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }

  body.wsactive,
  body.modal-open {
    height: 100%;
    overflow: hidden;
  }
}
