:root {
  --md-primary-fg-color: #5b3cc4;
  --md-accent-fg-color: #ffb300;
}

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

.md-typeset table:not([class]) {
  border-radius: 0.35rem;
  overflow: hidden;
}

.md-typeset code {
  overflow-wrap: anywhere;
}
