/* Custom styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #FFF8E1;
}

.vanta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

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

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

::-webkit-scrollbar-thumb:hover {
    background: #FFA000;
}
.premium-badge {
    background-color: #FFC107;
    color: #5D4037;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}
