
.btn{ @apply rounded-2xl px-4 py-2 bg-brand text-white font-medium inline-flex items-center justify-center; }
.btn--primary{ @apply bg-brand; }
.btn--secondary{ @apply bg-white text-brand; }
.card{ @apply rounded-2xl bg-white border p-5; }
.card-title{ @apply text-base font-semibold flex items-center gap-2; }
.card-text{ @apply text-sm text-gray-600 mt-2; }
