@layer base {
    p {
        @apply mb-4 text-gray-700 leading-relaxed;
    }

    span {
        @apply text-blue-600;
    }

    h1, h2, h3 {
        @apply font-bold mb-4;
    }
}