
@layer base {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #f1f5f9;
  }
  body {
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pb-safe {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .pt-safe {
    padding-top: env(safe-area-inset-top, 0px);
  }
}
::-webkit-scrollbar {
  display: none;
}
body {
  min-height: max(884px, 100dvh);
}
