:root {
  --md-primary-fg-color: #263a79;
  --md-accent-fg-color: #27c7e8;
}

.md-header {
  background: linear-gradient(90deg, #172044, #263a79);
}

.md-typeset h1 {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.md-typeset h2 {
  font-weight: 700;
}

.md-typeset code {
  border-radius: 0.25rem;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}
