:root {
  --md-primary-fg-color: #1f2a37;
  --md-accent-fg-color: #2563eb;
}

.md-header__title {
  font-weight: 700;
}

.md-tabs__link {
  font-weight: 600;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-typeset h2 {
  border-bottom: 1px solid rgba(128, 128, 128, 0.18);
  padding-bottom: 0.25rem;
}

.md-sidebar--primary .md-nav__title,
.md-sidebar--secondary .md-nav__title {
  font-weight: 700;
}

.grid.cards > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 0;
}

.grid.cards > ul > li {
  list-style: none;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.18);
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.04);
}

.md-content__inner {
  max-width: 980px;
}
