:root {
  --md-primary-fg-color: #18342b;
  --md-primary-bg-color: #f1f4ee;
  --md-accent-fg-color: #397a58;
  --md-typeset-a-color: #276b49;
}
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #10191c;
  --md-default-fg-color: #e5eee8;
  --md-default-fg-color--light: #b8c9c1;
  --md-primary-fg-color: #142125;
  --md-accent-fg-color: #a8e0bd;
  --md-typeset-a-color: #a8e0bd;
  --md-code-bg-color: #17272b;
  --md-code-fg-color: #e5eee8;
}
.md-typeset .md-button--primary {
  background: #a8e0bd;
  border-color: #a8e0bd;
  color: #15251d;
}
.md-typeset .md-button {
  border-radius: 0.25rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
}
.md-typeset .md-button:not(.md-button--primary) {
  color: var(--md-typeset-a-color);
  border-color: currentColor;
}
.md-typeset .md-button:hover,
.md-typeset .md-button:focus {
  background: #a8e0bd;
  border-color: #a8e0bd;
  color: #15251d;
}
