/* Minimal, documentation-focused overrides on top of Material's default theme. */

.md-grid {
  max-width: 1440px;
}

/* Home page hero: text only, no imagery, no gradients */
.hero-minimal {
  text-align: center;
  padding: 3rem 0 2rem;
}

.hero-minimal h1 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-minimal h3 {
  margin-top: 0;
  font-weight: 400;
  color: var(--md-default-fg-color--light);
}

.hero-minimal p {
  max-width: 40rem;
  margin: 1rem auto 0;
  color: var(--md-default-fg-color--light);
}

/* Entry cards on the home page */
.md-typeset .grid.cards {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

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

/* Slightly tighter code blocks */
.md-typeset pre > code {
  font-size: 0.75rem;
}
