/* Custom Global CSS Styles */
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

/* Swiper / Hero Slider CSS */
.hero-slide {
    background-size: cover;
    background-position: center;
}
.hero-overlay {
    background: linear-gradient(to right, rgba(6, 78, 59, 0.9), rgba(6, 78, 59, 0.4));
}
