@tailwind base;@tailwind components;@tailwind utilities;.prose h1{@apply text-3xl font-bold text-gray-900 mb-6 leading-tight;}.prose h2{@apply text-xl font-bold text-gray-800 mt-8 mb-4 flex items-center;}.prose h2:before{content:"";@apply w-1.5 h-6 bg-green-500 mr-3 rounded-full inline-block;}.prose p{@apply text-gray-700 leading-relaxed mb-4 text-justify;}.prose ul{@apply list-disc list-inside mb-4 space-y-2 text-gray-700;}.prose ol{@apply list-decimal list-inside mb-4 space-y-2 text-gray-700;}.prose strong{@apply text-green-700 font-semibold;}.prose blockquote{@apply border-l-4 border-gray-300 pl-4 italic text-gray-500 my-4;}
