body {
  font-family: var(--font-family-sans);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text-primary);
  background-color: var(--color-bg-page);
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--color-text-primary);
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 8px;
  color: var(--color-text-primary);
}

h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--color-text-primary);
}

h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 6px;
  color: var(--color-text-primary);
}

p {
  margin-bottom: 16px;
  color: var(--color-text-primary);
}

ul,
ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 6px;
}

a {
  color: var(--color-text-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--color-text-link-active);
}

strong {
  font-weight: 700;
}

.page-hero {
  margin-bottom: 32px;
}

.page-subtitle {
  font-size: 1.125rem;
  color: var(--color-text-secondary);
  margin-top: 8px;
  line-height: 1.5;
}
