.root {
  @apply text-lg leading-7 font-medium max-w-6xl mx-auto;
}

.root p {
  @apply text-justify;
}

.root h1 {
  @apply text-5xl mb-12;
}

.root h2 {
  @apply text-3xl mt-12 mb-4 leading-snug;
}

.root h3 {
  @apply text-2xl mt-8 mb-4 leading-snug;
}

.root p,
.root ul,
.root ol,
.root blockquote {
  @apply mb-6;
}