:where(html) {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}
:where(body) {
  font-family: "Noto Sans JP", "Roboto", "Noto Sans", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: var(--wp--preset--font-size--base);
  line-height: var(--wp--custom--line-height--base);
  color: var(--wp--preset--color--text);
  letter-spacing: var(--wp--custom--letter-spacing--base);
}
