body {
  font-size: var(--font-size-md);
  line-height: var(--line-height-normal);
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: var(--line-height-tight);
  color: var(--color-text);
}

h1 {
  font-size: var(--font-size-3xl);
}

h2 {
  font-size: var(--font-size-2xl);
}

h3 {
  font-size: var(--font-size-xl);
}

p {
  color: var(--color-text-soft);
}

.small {
  font-size: var(--font-size-sm);
}

.eyebrow {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  font-weight: 600;
}

.section-subtitle {
  font-size: var(--font-size-sm);
  color: var(--color-muted);
  margin-top: 4px;
}

.link-inline {
  font-size: var(--font-size-sm);
  color: var(--color-accent);
  background: none;
  border: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.link-inline:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  padding: 8px 16px;
  background: #111827;
  color: #fff;
  border-radius: 999px;
  z-index: 50;
}

.skip-link:focus-visible {
  top: 12px;
}
