/* Minimal tweaks on top of Material; keep typography close to system defaults. */
.md-header {
  box-shadow: none;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
}

.md-typeset h1 {
  font-weight: 600;
}
