@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.bg-light-green { background-color: #e6f7e6; }

.landing-title {
  font-family: 'Playfair Display', serif;
}

/* Parchment styling for price cards */
.price-card {
  background: url('../img/parchment.png') center/100% 100% no-repeat;
  border: none;
  box-shadow: none;
  color: #4a3622;
}

/* Keep text away from curved scroll edges */
.price-card .card-body {
  padding: 1.8rem 3rem;
}

.price-card .card-title,
.price-card .card-text {
  font-family: 'Playfair Display', serif;
}

.carousel-item img {
  width: 80%;
  max-height: 80vh;   /* не выше высоты окна */
  object-fit: cover;   /* либо contain, если нужно видеть всю картинку */
}