:root {
  --md-primary-fg-color: #1f4d78;
  --md-accent-fg-color: #2e74b5;
}

.md-typeset h1 {
  color: #153a5b;
  font-weight: 700;
}

.md-typeset h2 {
  color: #2e74b5;
  font-weight: 650;
  border-bottom: 1px solid #dce6ef;
  padding-bottom: .25rem;
}

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

.md-typeset table:not([class]) th {
  background: #e8eef5;
  color: #153a5b;
}

.md-typeset code {
  font-weight: 600;
}

@media print {
  .md-header, .md-sidebar, .md-footer { display: none !important; }
  .md-main__inner { margin: 0; }
  .md-content { max-width: none; }
}
