/* Shared handbook reading scale */
:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-body-font-size: 1rem;
  --bs-body-line-height: 1.6;
}

body {
  font-size: 1rem;
  line-height: 1.6;
}

main.content p {
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

main.content li {
  line-height: 1.6;
}
