* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.8;
  color: #4a3728;
  background: #faeacb;
  text-rendering: optimizeLegibility;
}

.site-header {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.site-title {
  color: #4a3728;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.6rem;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}

.site-nav a {
  color: #8c7355;
  text-decoration: none;
  font-size: 1rem;
}

.site-nav a:hover {
  color: #4a3728;
}

main {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #4a3728;
}

article {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

article header {
  margin-bottom: 2rem;
}

article header h1 {
  font-family: Georgia, "Times New Roman", serif;
}

article header time {
  color: #8c7355;
  font-style: italic;
  font-size: 0.9rem;
}

article h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

article h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

article p {
  margin: 1em 0;
}

article hr {
  border: none;
  border-top: 1px solid #c9b99a;
  margin: 1.5rem 0;
}

article p a {
  text-decoration: underline;
  text-decoration-thickness: 1pt;
}

article ul, article ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

article li {
  margin-bottom: 0.3rem;
}

article code {
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, monospace;
  font-size: 0.85em;
  background: #ede8db;
  padding: 0.15em 0.35em;
  border-radius: 3px;
}

article pre {
  font-family: ui-monospace, "SF Mono", Menlo, Monaco, monospace;
  background: #ede8db;
  padding: 0.75em;
  overflow-x: auto;
  margin-bottom: 1em;
  border-radius: 0.5em;
  font-size: 78%;
}

article pre code {
  background: none;
  padding: 0;
}

article blockquote {
  margin-left: calc(-0.5em - 1pt);
  padding-left: 0.5em;
  border-left: 1pt solid #c9b99a;
  color: #6b5040;
}

article a {
  color: #7a4f2e;
}

.post-list {
  list-style: none;
  padding: 0;
}

.post-list li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.3rem 0;
}

.post-list time {
  color: #8c7355;
  font-size: 0.85rem;
  flex-shrink: 0;
  min-width: 7rem;
}

.post-list a {
  color: #4a3728;
  text-decoration: none;
}

.post-list a:hover {
  text-decoration: underline;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.footnotes {
  font-size: 0.75rem;
  color: #8c7355;
  margin-top: 2rem;
  border-top: 1px solid #c9b99a;
  padding-top: 1rem;
}

.footnotes ol {
  padding-left: 1.2rem;
}

.footnotes li {
  margin-bottom: 0.2rem;
}

.footnotes a {
  color: #8c7355;
}
