@layer components {
  html {
    @apply font-body;
  }

  h1, h2 {
    @apply font-heading;
  }

  h1 { 
    @apply text-3xl mb-3;
  }

  h2 {
    @apply text-2xl mt-4;
  }

  h3 {
    @apply text-lg;
  }

  ul {
    @apply list-disc pl-4;
  }
}
