html {
  color-scheme: dark;
}

body {
  max-width: 760px;
  margin: 2rem auto;
  padding: 0 1rem;
  background: #111;
  color: #eee;
  font: 17px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #d7b8ee;
}

main,
section,
article,
footer {
  margin-block: 2rem;
}

nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

.header-controls {
  margin-top: 0.75rem;
}

.post-card {
  display: block;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #333;
}

a.post-card {
  color: inherit;
  text-decoration: none;
}

.post-card h2,
.post-card h3 {
  margin: 0.25rem 0;
  font-size: 1.2rem;
}

.post-card h2 a,
a.post-card h3 {
  color: #fff;
  text-decoration: underline;
}

.post-meta,
.tag,
.section-label,
.eyebrow,
.content-audit,
time {
  color: #aaa;
  font-size: 0.9rem;
}

.tag-pinned,
.text-link,
.post-stack-footer,
.hero-actions,
.contact-cta,
.contact-net,
.about-portrait,
#site-bg,
svg {
  display: none;
}

.post-filter {
  width: 100%;
  max-width: 28rem;
  padding: 0.35rem;
  font: inherit;
}
