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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #292420;
  background-color: #faefdd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #292420;
}

h1 {
  font-size: 72px;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
}

a {
  color: #292420;
  text-decoration: none;
  border-bottom: 0.5px solid #292420;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a:hover {
  color: #e09b2b;
  border-color: #e09b2b;
}

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

blockquote {
  border-left: 3px solid #e09b2b;
  padding-left: 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #827165;
}

ul,
ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

hr {
  border: none;
  border-top: 0.5px solid rgba(41, 36, 32, 0.2);
  margin: 2em 0;
}

.reading-flow > * + * {
  margin-top: 1.25rem;
}

.reading-flow h2,
.reading-flow h3,
.reading-flow h4 {
  margin-top: 2.5rem;
}

.reading-flow ul,
.reading-flow ol {
  padding-left: 1.4rem;
}

.reading-flow li + li {
  margin-top: 0.35rem;
}

.reading-flow pre,
.reading-flow figure,
.reading-flow img {
  margin: 2rem 0;
}

.site-header {
  background-color: #f0d09a;
  border-bottom: 0.5px solid #292420;
}

.site-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.site-shell-chrome {
  padding: 20px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.site-name {
  font-family: "Abril Fatface", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  border-bottom: none;
  color: #292420;
}
.site-name:hover {
  color: #292420;
}

.site-nav,
.footer-nav {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .site-nav,
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.site-nav-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #292420;
  cursor: pointer;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav-toggle-label {
  line-height: 1;
}

.site-nav-toggle-icon,
.site-nav-toggle-icon::before,
.site-nav-toggle-icon::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav-toggle-icon {
  position: relative;
}

.site-nav-toggle-icon::before,
.site-nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.site-nav-toggle-icon::before {
  top: -6px;
}

.site-nav-toggle-icon::after {
  top: 6px;
}

.site-nav a,
.footer-nav a {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #292420;
  padding-bottom: 2px;
  border-bottom: none;
}
.site-nav a:hover,
.footer-nav a:hover {
  color: #e09b2b;
}

.site-nav a.active {
  border-bottom: 0.5px solid #292420;
}

.site-header[data-nav-open=true] .site-nav-toggle-icon {
  background: transparent;
}

.site-header[data-nav-open=true] .site-nav-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}

.site-header[data-nav-open=true] .site-nav-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

.site-footer {
  background-color: #f0d09a;
  border-top: 0.5px solid #292420;
}

.site-content {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 8%;
}

.home-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 80px 0 56px;
}

.archive-page {
  padding: 80px 0 56px;
}

.archive-header,
.archive-body {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.archive-header {
  margin-bottom: 2em;
}

.section-label {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #827165;
  margin-bottom: 1.5em;
}

.recent-posts {
  padding: 0 0 80px;
}

.archive-posts {
  padding-top: 0;
}

.post-list {
  border-top: 0.5px solid rgba(41, 36, 32, 0.2);
}

.post-item {
  padding: 80px 0;
  border-bottom: 0.5px solid rgba(41, 36, 32, 0.2);
}

.post-item-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 0.5em;
  font-style: normal;
}
.post-item-title a {
  color: #292420;
  border-bottom: none;
}
.post-item-title a:hover {
  color: #e09b2b;
}

.post-item-excerpt {
  color: #827165;
  margin-bottom: 1em;
  line-height: 1.6;
  max-width: 650px;
}

.read-more {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e09b2b;
  border-bottom: none;
}
.read-more:hover {
  color: #292420;
}

.footer-copy {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  color: #827165;
  text-align: right;
}
@media (max-width: 768px) {
  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .site-nav-toggle {
    display: inline-flex;
  }
  .site-header[data-nav-ready=true] .site-nav {
    display: none;
    width: 100%;
    padding-top: 16px;
    margin-top: 4px;
    border-top: 0.5px solid #292420;
  }
  .site-header[data-nav-ready=true][data-nav-open=true] .site-nav {
    display: flex;
  }
}
.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}

.post-date {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #827165;
}

.tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-pill {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #827165;
  border: 0.5px solid #827165;
  border-bottom: 0.5px solid #827165;
  padding: 2px 8px;
  border-radius: 0;
}
.tag-pill:hover {
  color: #e09b2b;
  border-color: #e09b2b;
}

.post-header {
  margin-bottom: 2em;
}

.post-title {
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-style: normal;
}

.post-body {
  max-width: 650px;
  margin: 0 auto;
}

.post-tags-bottom {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 0.5px solid rgba(41, 36, 32, 0.2);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.post,
.page,
.archive-page {
  padding: 80px 0;
}

.post-header,
.page .post-title,
.archive-header {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.archive-body {
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .post,
  .page,
  .archive-page,
  .home-content,
  .recent-posts {
    padding-top: 56px;
  }
  .archive-posts {
    padding-top: 0;
  }
  .post-title {
    font-size: 48px;
  }
  .post-item {
    padding: 56px 0;
  }
}
pre, code {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 14px;
}

code {
  background-color: #f0d09a;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

pre {
  background-color: #2C2622;
  color: #fbf1e1;
  padding: 1.5em;
  overflow-x: auto;
  line-height: 1.6;
}
pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.highlight {
  background-color: #2C2622;
  color: #fbf1e1;
  padding: 1.5em;
  overflow-x: auto;
  margin-bottom: 1.5em;
}
.highlight .c, .highlight .c1, .highlight .cm, .highlight .cp, .highlight .cs {
  color: #827165;
  font-style: italic;
}
.highlight .k, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .kv {
  color: #e09b2b;
}
.highlight .s, .highlight .s1, .highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .se, .highlight .sh, .highlight .si, .highlight .sr, .highlight .sx {
  color: #f0d09a;
}
.highlight .na, .highlight .nc, .highlight .nd, .highlight .ne, .highlight .nf, .highlight .ni, .highlight .nl, .highlight .nn, .highlight .no, .highlight .nt, .highlight .nv {
  color: #fbf1e1;
}
.highlight .o, .highlight .ow {
  color: #fbf1e1;
}
.highlight .p, .highlight .pi {
  color: #fbf1e1;
}
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
  color: #f0d09a;
}

.dark-section {
  background-color: #2C2622;
  color: #fbf1e1;
  padding: 80px 0;
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
  color: #fbf1e1;
}
.dark-section a {
  color: #fbf1e1;
}
.dark-section a:hover {
  color: #e09b2b;
}

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