@tailwind base; @tailwind components; @tailwind utilities; @layer base { .markdown h2 { @apply text-2xl mt-6 mb-3 text-gray-700 font-semibold; } .markdown h3 { @apply text-xl mt-4 mb-2 text-gray-700; } .markdown p { @apply my-2; } .markdown a { @apply underline; } .markdown ul { @apply list-disc list-outside ml-6; } }