@import 'tailwindcss';

@theme {
    --color-qoins: #f59e0b;
    --color-qoins-soft: #fef3c7;
    --color-qoins-strong: #b45309;
}

.qoins-pulse { animation: qoins-pulse 1.6s ease-in-out infinite; }

@keyframes qoins-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
