.docs h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.docs h3 {
  font-size: 1rem;
  font-weight: 700;
}
.docs div,
.docs ol {
  font-size: 0.875rem;
}
.docs ol li {
  margin-left: 0.5rem;
}
.docs ul {
  font-size: 0.875rem;
}
.docs ul li {
  list-style: disc inside;
}
.docs a {
  word-break: break-all;
}
