@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
}


.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    @apply text-indigo-700; 
}

.prose p {
    @apply text-slate-700 leading-relaxed; 
}

.prose strong {
    @apply text-indigo-600; 
}