:root {
  --heading-font-family: "Outfit", "Inter", sans-serif;
  --heading-color: #111827;
  --heading-line-height: 1.2;
  --heading-letter-spacing: -0.02em;
  --heading-margin-top: 0;
  --heading-margin-bottom: 0.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: var(--heading-margin-top);
  margin-bottom: var(--heading-margin-bottom);
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-style: normal;
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 500;
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  font-weight: 400;
}

h3 {
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 400;
}

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4 {
  margin-top: 1.5rem;
}

.footer-heading,
.price-text {
  margin: 0;
}

.destination-card-title,
.services-title,
.blog-title,
.package-heading {
  margin-bottom: 0.5rem;
}

.price-text {
  font-family: var(--heading-font-family);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
}

.footer-heading {
  color: inherit;
  font-family: var(--heading-font-family);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-header .accordion-button {
  font-family: var(--heading-font-family);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: pretty;
  }
}
