.textarea {
    @apply w-full rounded-xl border px-4 py-3 focus:outline-none focus:ring focus:ring-blue-300 text-lg;
}

.btn-primary {
    @apply bg-blue-600 text-white px-5 py-2 rounded-xl hover:bg-blue-700 transition;
}

.btn-accent {
    @apply bg-green-600 text-white px-5 py-2 rounded-xl hover:bg-green-700 transition;
}

.btn-muted {
    @apply bg-gray-200 text-gray-700 px-5 py-2 rounded-xl hover:bg-gray-300 transition;
}
