:root {
  --md-primary-fg-color: #5033a8;
  --md-accent-fg-color: #d08a00;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}

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

