:root {
  --content-max-width: 960px;
}

html[lang="ja"] body {
  font-family:
    "BIZ UDPGothic",
    "Yu Gothic UI",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.content main {
  max-width: 960px;
}

code,
pre {
  font-family:
    "JetBrains Mono",
    "Cascadia Code",
    Consolas,
    "Courier New",
    monospace;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
