/* tatara documentation custom styles */

/* Grid card enhancements */
.md-typeset .grid.cards > ul > li {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.4rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.md-typeset .grid.cards > ul > li:hover {
  border-color: var(--md-accent-fg-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Monospace font for CRD field names */
.md-typeset code {
  font-size: 0.85em;
}

/* Slightly tighten the TOC */
.md-nav__title {
  font-weight: 700;
}

/* Hero-section top margin on landing page */
.md-typeset h1:first-child {
  margin-top: 0;
}
