/* Argmin docs — light brand layer on top of Material defaults. */

:root {
  --md-primary-fg-color: #0b0b0f;
  --md-accent-fg-color: #5b6cff;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0b0b0f;
  --md-accent-fg-color: #8a97ff;
}

/* Cards grid spacing on the landing page. */
.md-typeset .grid.cards > ul > li {
  border-radius: 0.6rem;
}

/* Tighten the hero heading on the home page. */
.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Make the step tables read like a checklist, not a spreadsheet. */
.md-typeset table:not([class]) th {
  font-weight: 600;
}
