.btn-primary {
    @apply bg-amber-500 text-white font-semibold py-3 px-5 rounded-2xl text-center shadow-md active:scale-95 transition-transform duration-150;
}

.btn-secondary {
    @apply bg-white text-amber-600 border border-amber-400 font-medium py-3 px-5 rounded-2xl text-center shadow-sm active:scale-95 transition-transform duration-150;
}