@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/assets/v1/fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("/assets/v1/fonts/jost-latin.woff2") format("woff2");
}

/* Shared soft corners */
:root {
  --soft-corner: 10px;
}

img {
  border-radius: var(--soft-corner) !important;
}

:where(
  .booking-widget,
  .property-summary,
  .property-highlights-grid,
  .room-card,
  .space-card,
  .experience-card,
  .review-card,
  .rating-badge,
  .offer-card,
  .benefit-item,
  .award-card,
  .exp-card,
  .retreat-card,
  .venue-card,
  .package-card,
  .testimonial-card,
  .direction-card,
  .sidebar-card,
  .related-card,
  .same-level-card,
  .room-pick-card,
  .faq-item,
  .overview-stats
) {
  border-radius: var(--soft-corner) !important;
  overflow: hidden;
}

:where(
  .hero > img,
  .hero-img > img,
  .page-hero > img,
  .weddings-preview > img,
  .image-strip-cell > img,
  .facility-icon img,
  .benefit-icon img,
  .footer-social img
) {
  border-radius: 0 !important;
}
