body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a1a;
  background-color: #fafaf8;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif 4", Georgia, serif;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

h4, h5, h6 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul, ol, dl {
  margin: 1.25rem 0 1.25rem 1.5rem;
}

li {
  margin-bottom: 0.75rem;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #8c6d4f;
}

article a,
.page-content a {
  text-decoration: underline;
  text-decoration-color: #c8c4bc;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

article a:hover,
.page-content a:hover {
  text-decoration-color: #8c6d4f;
  color: #1a1a1a;
}

blockquote {
  margin: 1.75rem 0;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid #c8c4bc;
  color: #4a4a4a;
  font-size: 1rem;
}

blockquote p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

hr {
  border: none;
  border-top: 1px solid #d6d3ce;
  max-width: 80px;
  margin: 3rem auto;
}

table {
  border-collapse: collapse;
  margin: 1.5rem 0;
  width: 100%;
}

table, th, td {
  border: 1px solid #d6d3ce;
}

th {
  background-color: #f0eeeb;
  font-weight: 600;
}

th, td {
  padding: 0.75rem 1rem;
  text-align: left;
}

img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  blockquote {
    padding-left: 1rem;
  }
}
code, pre {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

code {
  padding: 0.15em 0.35em;
  font-size: 0.875em;
  background-color: #f0eeeb;
  border-radius: 3px;
}

pre {
  display: block;
  margin: 1.5rem 0;
  padding: 1.25rem;
  font-size: 13.5px;
  line-height: 1.55;
  overflow-x: auto;
  white-space: pre;
  background-color: #f0eeeb;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}

.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}

.highlight pre {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  pre {
    padding: 1rem;
    font-size: 13px;
    border-radius: 3px;
  }
}
.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.5rem 0;
}

.site-title {
  margin: 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}

.site-title a {
  color: #1a1a1a;
}

.site-title a:hover {
  color: #8c6d4f;
}

.site-nav a {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #737373;
}

.site-nav a:hover {
  color: #8c6d4f;
}

@media (max-width: 640px) {
  .site-header {
    padding: 1.25rem 0;
  }
}
.site-footer {
  margin-top: 4rem;
  padding: 2rem 0;
  border-top: 1px solid #d6d3ce;
}

.footer-tagline {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #737373;
  margin-bottom: 0.5rem;
}

.footer-links {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.footer-links a {
  color: #737373;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #8c6d4f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-separator {
  color: #737373;
  padding: 0 0.25rem;
}

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

.post-list-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #d6d3ce;
  margin: 0;
}

.post-list-item:first-child {
  padding-top: 0;
}

.post-list-date {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 0.25rem;
}

.post-list-title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.post-list-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-list-title a:hover {
  color: #8c6d4f;
}

.pagination {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.pagination a,
.pagination span {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

.pagination a {
  color: #737373;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pagination a:hover {
  color: #8c6d4f;
}

.pagination span {
  color: #d6d3ce;
}

@media (max-width: 640px) {
  .post-list-item {
    padding: 2rem 0;
  }
  .post-list-title {
    font-size: 1.15rem;
  }
}
.page-content h1 {
  margin-bottom: 1.5rem;
}

.post-date {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 2.5rem;
  display: block;
}

.post-nav {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d6d3ce;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.post-nav-item {
  max-width: 45%;
}

.post-nav-item--next {
  text-align: right;
  margin-left: auto;
}

.post-nav-label {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #737373;
  display: block;
  margin-bottom: 0.25rem;
}

.post-nav-title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-nav-title:hover {
  color: #8c6d4f;
}

@media (max-width: 640px) {
  .post-nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .post-nav-item {
    max-width: 100%;
  }
  .post-nav-item--next {
    text-align: left;
  }
}

/*# sourceMappingURL=main.css.map */