
@import url("components/navbar.css");
@import url("components/footer.css");

@import url("sections/hero.css");
@import url("sections/destinations.css");
@import url("sections/tours.css");
@import url("sections/contact.css");

body {
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}




