/* Custom styles */
body {
    font-family: 'Inter', sans-serif;
    color: #1f2937;
    line-height: 1.5;
}

#vanta-bg {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
}

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

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

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

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