@layer base {
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    overscroll-behavior: none;
  }
  main > :first-child {
    margin-top: 0 !important;
  }
  main > :last-child {
    margin-bottom: 0 !important;
  }
}

section[id] {
  scroll-margin-top: 9.5rem;
}

body.nav-open {
  overflow: hidden;
}

:focus-visible {
  outline: 2px solid #7c5800 !important;
  outline-offset: 2px;
}

input,
select,
textarea {
  font-size: 16px;
}

body.nav-open #whatsapp-fab,
body.lightbox-open #whatsapp-fab,
body.lightbox-open #scroll-top {
  visibility: hidden;
}

body.lightbox-open {
  overflow: hidden;
}
