/* style.css */

/* Mengatur Font Global */
body {
    font-family: 'Poppins', sans-serif;
}

/* Mengatur Background Hero Section */
.hero-bg {
    background-image: linear-gradient(rgba(0, 30, 80, 0.8), rgba(0, 30, 80, 0.8)), url('https://images.unsplash.com/photo-1523580494863-6f3031224c94?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
}