:root {
  --md-primary-fg-color: #3446a8;
  --md-accent-fg-color: #1677c8;
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.25rem 0 2rem;
}

.md-typeset .grid.cards > ul > li {
  border-radius: 0.5rem;
}

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

@media screen and (max-width: 44.984375em) {
  .md-typeset table:not([class]) {
    display: block;
    overflow-x: auto;
  }

  .hero-actions .md-button {
    text-align: center;
    width: 100%;
  }
}
