@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./NotoSansJP-VariableFont_wght.woff2") format("woff2");
}

html, body, #app, #app * {
  font-family: "Noto Sans JP",
               system-ui, -apple-system, "Segoe UI",
               sans-serif !important;
}