* {
  font-family: 'Inter', serif;
  font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  user-select: none;
}

#app[data-theme='dark'] * {
  color: #fafafa;
}

#app[data-theme='dark'] ::selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-moz-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-o-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-ms-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-webkit-selection {
  background-color: #06796e;
  color: #fafafa;
}

html {
  overflow: initial !important;
}

body {
  overflow: auto !important;
}

html, #app {
  margin: 0 !important;
}

body {
  line-height: 1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, strong, tfoot, thead, tr, th, td, article, canvas, fiture, footer, header, nav, section, summary, audio, video {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, strong, tfoot, thead, tr, th, td, article, canvas, fiture, footer, header, nav, section, summary, audio, video {
  margin: 0;
}

html, body, #app {
  background: #fff;
}

#app {
  transform: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#app[data-theme='dark'] {
  background: #141918;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.react-modal-sheet-container {
  height: calc(100% - env(safe-area-inset-top) - 40px) !important;
}