/* reset.css と RTD の調整 */
html {
  text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
}

:root * > h1,
h2 {
  line-height: 2rem;
  margin-bottom: 1rem;
}

h3,
h4 {
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

h5,
h6 {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

li {
  line-height: 1.5rem;
}

body a {
  overflow: visible;
  overflow: unset;
}
