:root {
  --md-primary-fg-color: #27352f;
  --md-primary-fg-color--light: #405a4e;
  --md-primary-fg-color--dark: #17211d;
  --md-accent-fg-color: #ef705d;
}

.md-header {
  box-shadow: none;
}

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

.md-typeset h1 {
  font-weight: 720;
}

.md-typeset blockquote {
  border-left-color: #ef705d;
  background: color-mix(in srgb, #ef705d 8%, transparent);
  border-radius: 0 0.4rem 0.4rem 0;
  padding: 0.5rem 0.8rem;
}

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

.md-typeset img {
  border-radius: 0.6rem;
}

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

@media screen and (min-width: 76.25em) {
  .md-grid {
    max-width: 92rem;
  }
}
