:root { color-scheme: light; }
body {
  background: #F5F1E8;
  color: #26231D;
  font-family: 'EB Garamond', Garamond, Georgia, serif;
  font-size: 1.19rem;
  line-height: 1.6;
  max-width: 38rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 6rem;
}
h1, h2, h3 { font-family: 'EB Garamond', Garamond, Georgia, serif; font-weight: 600; line-height: 1.25; }
h1 { font-size: 1.9rem; margin-bottom: .4rem; }
.subtitle { color: #6E6753; font-style: italic; margin-top: 0; }
a { color: #26231D; text-decoration: underline; text-decoration-color: #A89F8A; text-underline-offset: 2px; }
a:hover { text-decoration-color: #26231D; }
blockquote {
  border-left: 2px solid #A89F8A;
  margin-left: 0; padding-left: 1rem;
  color: #4A453A; font-style: italic;
}
code, pre { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: .82em; }
pre { background: #EEE9DC; padding: .8rem 1rem; overflow-x: auto; border: 1px solid #DDD5C2; }
img { max-width: 100%; }
hr { border: none; border-top: 1px solid #DDD5C2; margin: 2.5rem 0; }
nav.top { font-size: .95rem; margin-bottom: 2.5rem; font-variant: small-caps; letter-spacing: .04em; }
nav.top a { text-decoration: none; color: #6E6753; }
nav.top a:hover { color: #26231D; }
ul.essays { list-style: none; padding: 0; }
ul.essays li { margin: 1.1rem 0; }
ul.essays .sub { display: block; color: #6E6753; font-style: italic; font-size: 1rem; }
footer { margin-top: 4rem; font-size: .9rem; color: #6E6753; font-variant: small-caps; letter-spacing: .04em; }
footer a { color: #6E6753; }

figure.hero { margin: 2rem 0; }
figure.hero img { width: 100%; height: auto; display: block; }
figcaption { font-style: italic; color: #8a7f6a; font-size: 0.9rem;
  text-align: center; margin-top: 0.5rem; }
