/* Shared base reset for the EVNORIX marketing site (from the Stitch export). */
@layer base {
  html {
    scroll-behavior: smooth;
  }
  html,
  body {
    margin: 0;
    padding: 0;
  }
  /* Keep #anchor targets clear of the fixed 80px header (h-20). */
  [id] {
    scroll-margin-top: 96px;
  }
  body {
    overscroll-behavior: none;
  }
  main > :first-child {
    margin-top: 0 !important;
  }
  main > :last-child {
    margin-bottom: 0 !important;
  }
}
::-webkit-scrollbar {
  display: none;
}
