/* Reset margin/padding only inside plugin shortcode containers, NOT globally. */
.searchform-page,
.searchform-page *,
.villa-search,
.villa-search *,
.villas-listing,
.villas-listing *,
.checkout,
.checkout *,
.currency-switcher,
.currency-switcher * {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("https://www.keremvillas.com/app/uploads/2023/10/FoundersGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("https://www.keremvillas.com/app/uploads/2023/10/FoundersGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("https://www.keremvillas.com/app/uploads/2023/10/FoundersGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk Condensed";
  src: url("https://www.keremvillas.com/app/uploads/2023/10/FoundersGroteskCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.searchform-page,
.searchform-page *,
.villa-search,
.villa-search *,
.villas-listing,
.villas-listing *,
.checkout,
.checkout *,
.currency-switcher,
.currency-switcher * {
  font-family: "Founders Grotesk", sans-serif;
}

/* Kill mobile double-tap-zoom on interactive controls of plugin shortcodes.
   `manipulation` keeps pinch-zoom (a11y) but removes the 300ms click delay
   and the double-tap-zoom behaviour that fires on rapid +/- stepper taps. */
button,
[role="button"],
input,
select,
textarea,
a {
  touch-action: manipulation !important;
}
