/* Portfolio theme overrides */

:root {
  --pf-accent: #2c7fb8;
}

/* Tighten hero spacing on the about/landing template */
.quarto-title-block .description {
  font-size: 1.05rem;
  color: var(--bs-secondary-color);
}

/* Project / dashboard listing cards */
.quarto-listing-category-title {
  font-weight: 600;
}

.card.listing-card {
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.card.listing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Code blocks: a touch more breathing room */
div.sourceCode {
  border-radius: 6px;
}

/* Folded code toggles less shouty */
.code-fold summary {
  font-size: 0.85rem;
}
