/* derekwakefield.com — light styling layered over the Cosmo theme */

/* Tighter heading weight + a hair of letter-spacing */
h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Body line height for readability */
body {
  line-height: 1.7;
}

/* Subtle link color */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Footer breathing room */
.page-footer {
  font-size: 0.85em;
  opacity: 0.75;
  padding-top: 1em;
}

/* Callout note appearance */
.callout-note {
  border-left-color: #2c5aa0;
}

/* About page (trestles template) — make headings on home page sit calmly */
.quarto-about-trestles .about-contents h2 {
  margin-top: 1.5em;
}
