html {
  height: 100%;
  color: var(--color-text);
  overflow: scroll;
}

body {
  height: 100%;
  font-size: 17px;
  font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier,
    monospace;
  padding: 0;
  margin: 0;
  top: 0px;
  background: var(--color-background);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

:root {
  --color-background: #1a1e24;
  --color-text: #eee;
  --color-text-subtle: #a2a2a2;
  --color-border: #3d3d3d;
  --color-card-background: #313945;
}
