:root {
  --md-primary-fg-color: #1f7a8c;
  --md-accent-fg-color: #c47b32;
}

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

.md-main {
  background:
    radial-gradient(circle at top left, rgba(31, 122, 140, 0.08), transparent 32rem),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 22rem);
}

.md-typeset h1,
.md-typeset h2 {
  font-weight: 800;
}
