@tailwind base;
@tailwind components;
@tailwind utilities;

.rich-text-content ul {
    @apply list-disc pl-5;
}
.rich-text-content ol {
    @apply list-decimal pl-5;
}

.rich-text-content ul, .rich-text-content ol {
    @apply mb-4;
}

.rich-text-content li {
    @apply mb-2;
}

.rich-text-content p, .rich-text-content li {
    @apply font-light mb-3;
}

.rich-text-content strong {
    @apply font-semibold;
}

.rich-text-content a {
    @apply text-primary-500 underline;
}