/* src/client/styles.css */
html,
body,
#root {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #111;
  color: #bbb;
  text-align: left;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: #eee;
}
p {
  margin: 0 0 1rem;
  color: #aaa;
}
b,
strong {
  color: #fff;
  font-weight: 600;
}
a {
  color: #cfcfcf;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
#app {
  padding: 0;
}
canvas {
  display: block;
  max-width: 100%;
}
iframe {
  display: block;
  border: 0;
}
/*# sourceMappingURL=index.css.map */
