/* Custom Styles for Cousins Day 2026 */

.font-heading {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.05em;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #090514;
}

::-webkit-scrollbar-thumb {
    background: #581c87;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #facc15;
}

/* Shimmer animation on vote bars */
.vote-bar-fill {
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom button animation */
.active-scale {
    transition: transform 0.15s ease;
}

.active-scale:active {
    transform: scale(0.96);
}
