@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");

.btn-number {
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.btn-number:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-number:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #cbd5e1;
    color: #475569;
}

/* Custom color for targets */
.text-neon-green {
    color: #10b981;
}

.text-neon-blue {
    color: #3b82f6;
}

.label-kitkit {
    color: white;
}
#usedButtonNumberID{
    border: 1px solid lightgray;
}