.page-title { /* h1 */
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--size-4);
}

.section-title { /* h2 */
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  margin-bottom: var(--size-1);
  line-height: var(--leading-relaxed);
}

.subsection-title { /* h3 */
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  margin-bottom: var(--size-1);
}

.table-group-title { /* h3 */
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-none);
}
