/* Light academic styling */

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3 {
  font-family: "Source Serif Pro", Georgia, serif;
  font-weight: 600;
}

/* Make h2 (major section headings) stand out */
h2 {
  color: #1f4e79;
  font-size: 1.85rem;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 3px solid #1f4e79;
  letter-spacing: 0.2px;
}

/* Lighter, smaller h3 to keep visual hierarchy clear */
h3 {
  color: #2c3e50;
  font-size: 1.35rem;
  margin-top: 1.5rem;
}

.navbar-brand {
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.quarto-about-trestles .about-entity .about-link {
  border: 1px solid #ddd;
}
