/* .content h2 {
  @apply text-3xl;
}

.content h3 {
  @apply text-2xl;
}

.content h4 {
  @apply text-xl;
}

.content p {
  @apply my-5 last-of-type:mb-0 text-xl font-noto-sans;
}

.content ul li {
  @apply list-disc ml-8 mb-4 text-xl font-noto-sans;
} */

