body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: 'Manrope', sans-serif;
}
.hero-bg {
    background: #e5e7eb;
}
.hero-slide {
    transition: opacity 1s ease-in-out;
}
