@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif:400,700&display=swap&subset=japanese");
body {
  color: #333;
  font-size: 1.6em;
  letter-spacing: 0.8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1.8;
}