[data-md-color-scheme="default"] {
    --md-primary-fg-color: #A4604B;
    --md-accent-fg-color: #A4604B;
}

[data-md-color-scheme="default"] .md-content h1 {
    color: #A4604B;
    font-weight: bolder;
}

[data-md-color-scheme="slate"] {
    --md-primary-fg-color: #BD9156;
    --md-accent-fg-color: #BD9156;
}

[data-md-color-scheme="slate"] .md-content h1 {
    color: #BD9156;
    font-weight: bolder;
}

[data-md-color-scheme="slate"] strong {
    color: #ffffff;
    font-weight: bolder;
}

/* Remove empty repo area when no repo_url is set */
.md-header__source {
  display: none;
}