@import"https://fonts.googleapis.com/css?family=Megrim";
@font-face {
  font-family: noto-sans-cjk-jp;
  src: url(./fonts/NotoSansCJKjp.woff) format("woff"), url(./fonts/NotoSansCJKjp.woff2) format("woff2"), url(./fonts/NotoSansCJKjp.otf) format("opentype")
}

@font-face {
  font-family: noto-sans-cjk-jp-medium;
  font-weight: 700;
  src: url(./fonts/NotoSansCJKjp-Medium.woff) format("woff"), url(./fonts/NotoSansCJKjp-Medium.woff2) format("woff2"), url(./fonts/NotoSansCJKjp-Medium.otf) format("opentype")
}

@font-face {
  font-family: noto-sans-cjk-jp-bold;
  font-weight: 900;
  src: url(./fonts/NotoSansCJKjp-Bold.woff) format("woff"), url(./fonts/NotoSansCJKjp-Bold.woff2) format("woff2"), url(./fonts/NotoSansCJKjp-Bold.otf) format("opentype")
}

html, body {
    overflow: hidden;
    font-family: noto-sans-cjk-jp,sans-serif;
}
