html {
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--font-sans);
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background-color: var(--color-paper);
  color: var(--color-body);
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--color-ink);
  line-height: 1.2;
  margin: 0 0 var(--space-4);
}

h4, h5, h6, .h4, .h5, .h6 {
  font-family: var(--font-sans);
  font-weight: 600;
  color: var(--color-ink);
  line-height: 1.3;
  margin: 0 0 var(--space-3);
}

h1, .h1 { font-size: 2.25rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.375rem; }
h4, .h4 { font-size: 1.125rem; }
h5, .h5, h6, .h6 { font-size: 1rem; }

p { margin: 0 0 var(--space-4); }

.lede {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--color-body);
  line-height: 1.5;
}

.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-light);
  margin-bottom: var(--space-2);
}

.text-muted { color: var(--color-muted); }
.text-small { font-size: 0.875rem; }
.text-center { text-align: center; }

a { color: var(--color-primary); text-decoration: none; }
a:hover, a:focus-visible { color: var(--color-primary-light); text-decoration: underline; }

@media (min-width: 768px) {
  h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2.25rem; }
  h3, .h3 { font-size: 1.625rem; }
  .lede { font-size: 1.375rem; }
}
