@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
body {
  height: 100vh;
  margin: 0;
  font-weight: 400;
  touch-action: pan-x pan-y;
}

body * {
  font-family: Roboto, "Noto Sans SC", "Noto Sans TC", sans-serif !important;
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*# sourceMappingURL=styles.e69d5256.chunk.css.map*/