body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

h1, h2, h3 {
  color: #2a4d69;
  font-weight: 700;
}

table {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* widen the body */
.content {
  max-width: 1500px !important;
  width: 90% !important;
}

/* keep TOC nice and narrow */
.sidebar {
  width: 230px !important;
}