html,
body,
#root {
  font-family: -apple-system, PingFangSC-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  position: relative;
  word-break: break-all;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 359px) {
  html,
  body,
  #root {
    font-size: 17px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 399px) {
  html,
  body,
  #root {
    font-size: 20px;
  }
}
@media only screen and (max-width: 959px) {
  html,
  body,
  #root {
    font-size: 5.3333vw;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  html,
  body,
  #root {
    font-size: 22px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  html,
  body,
  #root {
    font-size: 30px;
  }
}
@media only screen and (max-width: 959px) and (orientation: landscape) {
  html,
  body,
  #root {
    font-size: 2.6667vw;
  }
}
@media only screen and (min-width: 960px) {
  html,
  body,
  #root {
    font-size: 30px;
  }
}


/*# sourceMappingURL=disperse.5047729b775df94ef5b5.css.map*/