body {
    font-family: 'Inter', sans-serif;
}

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('assets/team2.jpg');
    background-size: cover;
    background-position: center;
}

.smooth-scroll {
    scroll-behavior: smooth;
}