:root {
  --md-primary-fg-color: #37474f;
  --md-accent-fg-color: #ef6c00;
}

.md-typeset table:not([class]) th {
  white-space: nowrap;
}

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

.protocol-frame {
  font-family: var(--md-code-font-family);
  font-size: 0.82rem;
}

