:root {
  --md-primary-fg-color: #0f766e;
  --md-accent-fg-color: #b45309;
}

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

.md-typeset table:not([class]) {
  font-size: 0.82rem;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 0.7rem;
}

.md-header__title {
  font-weight: 700;
}

.status-ok,
.status-bad,
.status-warn {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.3;
}

.status-ok {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.status-bad {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fca5a5;
}

.status-warn {
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fcd34d;
}
