:root {
  --md-primary-fg-color:        #d2691e;
  --md-primary-fg-color--light: #e8854a;
  --md-primary-fg-color--dark:  #a04e15;
  --md-accent-fg-color:         #ff8c42;
}

.md-header__title {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.md-typeset h1,
.md-typeset h2 {
  letter-spacing: -0.02em;
}

.md-typeset .admonition,
.md-typeset details {
  border-left-width: 4px;
}

.md-typeset code {
  border-radius: 3px;
}
