:root {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}

html {
  color-scheme: light !important;
}

body {
  font-family: 'Zen Kaku Gothic New', system-ui;
  color: #262523;
  background-color: #e3e2dd;
}

h1 {
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 8px;
  background-color: #cdf76e;
  border-radius: 8px;
}

ol {
  list-style-type: decimal-leading-zero;
  padding-left: 32px;
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 32px;
}

hr {
  opacity: 1;
  margin-block: 16px;
}
