body {
    font-family: 'Inter', sans-serif;
}

.prose h3 {
    @apply mb-3 text-2xl font-bold tracking-tight text-gray-900;
}

.prose h4 {
    @apply text-lg;
}

.prose ul {
    @apply list-none p-0;
}

.prose ul > li {
    @apply p-0 relative pl-6 before:content-[''] before:w-1.5 before:h-1.5 before:bg-indigo-500 before:rounded-full before:absolute before:left-1 before:top-[0.6em];
}

.prose blockquote {
    @apply text-xl font-medium text-gray-700 border-l-4 border-indigo-500 bg-indigo-50/50 p-4 rounded-r-lg;
}

.skill-tag {
    @apply inline-block bg-indigo-100 text-indigo-800 text-sm font-medium px-3 py-1 rounded-full;
}

.persona-card {
    opacity: 0;
    transform: translateY(20px);
}
