body {
    font-family: 'Inter', sans-serif;
    background-color: #0B0C10;
}

#manifesto-portraits {
    transition: opacity 0.8s ease, transform 0.7s ease;
}

/* Custom scrollbar for deep space feel */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #0B0C10; 
}
::-webkit-scrollbar-thumb {
    background: #232348; 
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #4d4df2; 
}

.swiss-grid-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #4d4df2;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .animate-pulse,
    .animate-bounce {
        animation: none !important;
    }

    #manifesto-portraits {
        transition: none;
    }
}
