:root {
  --md-primary-fg-color: #6f42c1;
  --md-accent-fg-color: #7c3aed;
}

.md-header {
  box-shadow: none;
}

.md-typeset h1 {
  font-weight: 800;
}

.md-typeset h2 {
  font-weight: 700;
}

.md-typeset code {
  border-radius: 0.35rem;
}