/* Google Fonts Import'u buraya taşımak daha temizdir ama CDN ile çakışmasın diye şimdilik HTML head'de bıraktım, sadece custom stilleri alıyorum */

.hero-bg {
    background: linear-gradient(to right, rgba(30, 58, 138, 0.95), rgba(30, 58, 138, 0.8)), url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
}