body {
    font-family: 'Inter', sans-serif;
}
.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1593359677879-a4bb92f82d72?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
}