/* Custom Typography Overrides */

/* Serif font for all headings - traditional and elegant */
h1, h2, h3, h4, h5, h6,
.section-title h2,
.fi-title h2,
.about-text h2,
.testimonial-item h4,
.blog-item h3,
.accommodation-text h3,
.breadcrumb-text h2 {
  font-family: 'Playfair Display', serif !important;
}

/* Clean sans-serif for body text - modern and readable */
body,
p,
a,
span,
li,
input,
textarea,
button,
select,
.primary-btn,
.contact-text,
.footer-item,
.about-text p,
.testimonial-item p {
  font-family: 'Inter', sans-serif !important;
}

/* Ensure navigation stays clean */
.main-menu ul li a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
}

/* Make headings slightly bolder for better hierarchy */
h1, h2, .section-title h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 600;
}

/* Improve body text readability */
body {
  font-weight: 400;
  line-height: 1.6;
}

p {
  font-weight: 400;
}
