:root > * {
  --md-primary-fg-color: #0e1424;
  --md-primary-fg-color--light: #243651;
  --md-primary-fg-color--dark: #0a0f1c;
  --md-accent-fg-color: #f39e12;
  --md-accent-fg-color--light: #f6b850;
  --md-accent-fg-color--dark: #ec701b;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 36px !important;
  width: auto !important;
}

.md-content a:not(.md-button) {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.md-content a:not(.md-button):hover,
.md-content a:not(.md-button):focus-visible {
  color: var(--md-accent-fg-color);
  text-decoration-color: var(--md-accent-fg-color);
}

@media (max-width: 768px) {
  .md-header__button.md-logo img,
  .md-header__button.md-logo svg {
    height: 32px !important;
  }
}
