@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

body,
p,
li,
span,
div,
input,
button,
select,
textarea {
  font-family: 'Manrope', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.section-header {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 700;
}

body { /* enter the font-family for body text */ }
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { /* enter font family for headings */ }

/* Force Manrope on homepage slider / hero banner text */
.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel p,
.carousel span,
.carousel-caption,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption p,
.hero h1,
.hero h2,
.hero p,
.slider h1,
.slider h2,
.slider p,
.swiper h1,
.swiper h2,
.swiper p,
.slick-slider h1,
.slick-slider h2,
.slick-slider p {
  font-family: 'Manrope', Arial, sans-serif !important;
}

/* Force Manrope on slider titles */
.carousel-slide-headline,
.h1.carousel-slide-headline,
.carousel-content-container .carousel-slide-headline,
.carousel-content .carousel-slide-headline,
.swiper-slide .carousel-slide-headline {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-weight: 700 !important;
}