:root {
  color-scheme: light;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, "Inter", system-ui, sans-serif;
  color: #1c1b19;
  background: #ffffff;
  line-height: 1.6;
}

.site-header, .site-main, .site-footer {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.compare-pair--post {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.compare-pair--post img {
  max-width: 100%;
}

.site-header__brand {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1c1b19;
  text-decoration: none;
}

.site-header__nav a {
  margin-left: 1.25rem;
  color: #6b6a63;
  text-decoration: none;
  font-size: 0.95rem;
}

.site-header__nav a:hover {
  color: #B82020;
}

.site-main {
  padding-top: 1rem;
  padding-bottom: 4rem;
  min-height: 60vh;
}

.site-footer {
  border-top: 1px solid #d8d6ce;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  color: #6b6a63;
  font-size: 0.9rem;
}

.site-footer a {
  color: #6b6a63;
}

h1, h2, h3 {
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.25;
}

.post__title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 0.25rem;
}

.post__meta {
  color: #6b6a63;
  font-size: 0.9rem;
  margin-top: 0;
}

.post__body p {
  margin: 1.1rem 0;
}

.latest-posts__heading {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.hub-page h1 {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
}

