body {
  font-family: Georgia, "Times New Roman", serif;
  max-width: 760px;
  margin: 80px auto;
  padding: 0 24px;
  line-height: 1.6;
  color: #111;
  background: #fff;
}

h1 {
  font-size: 2.1rem;
  font-weight: normal;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 2.5rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

nav {
  margin-top: 2rem;
}

nav a {
  margin-right: 18px;
}

.kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.lead {
  font-size: 1.1rem;
}

.meta {
  font-size: 0.9rem;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.28em;
  margin-bottom: 1.1rem;
  letter-spacing: 0.02em;
}

.brand-symbol {
  font-size: 3.25rem;
  line-height: 0.9;
  font-weight: normal;
}

.brand-text {
  font-size: 2.05rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.08em;
}
