/* ── Typography ── */
body {
  font-size: 1.05rem;
  line-height: 1.7;
}

h1, h2, h3 {
  font-weight: 600;
}

/* ── Navbar ── */
.navbar {
  border-bottom: 1px solid #dee2e6;
}

/* ── About page (index) ── */
#quarto-content .about-entity .about-links {
  gap: 0.5rem;
}

/* ── Research & CV section dividers ── */
main h2 {
  margin-top: 2.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #dee2e6;
}

/* ── Blog listing ── */
.quarto-listing .quarto-listing-default .quarto-post {
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}

/* ── Buttons ── */
.btn-outline-primary {
  margin-bottom: 1rem;
}

/* ── Footer ── */
.nav-footer {
  border-top: 1px solid #dee2e6;
  font-size: 0.88rem;
  color: #6c757d;
}
