* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --max-width: 800px;
  --safe-padding-bottom: max(calc(env(safe-area-inset-bottom) - 8px), 16px);
}

html,
body {
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

#root-viewport {
  height: 100%;
}
