:root {
  color-scheme: dark;
  font-family: system-ui, sans-serif;
  background: #101114;
  color: #e8e8e8;
}

body {
  max-width: 850px;
  margin: auto;
  padding: 0 24px;
  line-height: 1.7;
}

header,
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

nav {
  display: flex;
  gap: 18px;
}

a {
  color: #8fcfff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}

.hero {
  padding: 72px 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 1;
}

.eyebrow,
time {
  color: #9ba3ad;
}

.post-summary {
  padding: 24px 0;
  border-bottom: 1px solid #30343a;
}

.article-header {
  display: block;
}

.content img {
  max-width: 100%;
}

footer {
  margin-top: 64px;
  border-top: 1px solid #30343a;
}
