body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
}

::-webkit-scrollbar { 
    width: 8px; 
}

::-webkit-scrollbar-track { 
    background: #0f172a; 
}

::-webkit-scrollbar-thumb { 
    background: #f59e0b; 
    border-radius: 4px; 
}

::-webkit-scrollbar-thumb:hover { 
    background: #d97706; 
}

header { 
    transition: all 0.3s ease-in-out;
}

.text-shadow-lg { 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4); 
}

.swiper-pagination-bullet-active { 
    background-color: #f59e0b !important; 
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
