/* Custom heading font stack favoring Apple Garamond with sensible fallbacks */
h1, h2, h3, h4, h5, h6 {
  font-family: "Apple Garamond", "AGaramondPro-Regular", Garamond, "Times New Roman", serif;
}

/* Header wordmark/site title */
header > a.btn {
  font-family: "Apple Garamond", "AGaramondPro-Regular", Garamond, "Times New Roman", serif;
  font-size: 1.75rem;
}


