:root {
  --font-primary: 'Manrope', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html,
body {
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section_title h3,
.slider_area .single_slider .slider_text h3,
.footer .footer_title,
.contact-title {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: 0.01em;
}

p,
li,
a,
span,
input,
textarea,
button,
.form-control,
.mobile_no,
.book_now,
.line-button,
.boxed-btn3,
.button,
.button-contactForm {
  font-family: var(--font-primary);
}

.slider_area .single_slider .slider_text p,
.about_info p,
.single_offers ul li,
.room_heading_inner span,
.contact-info .media-body p,
.footer .footer_text,
.copy_right {
  font-weight: 500;
  line-height: 1.65;
}

.book_now,
.line-button,
.boxed-btn3,
.button,
.button-contactForm {
  font-weight: 700;
  letter-spacing: 0.02em;
}
