@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-v31-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.site-body {
  margin: 0;
  overflow-x: hidden;
  background-color: #f7f8f4;
  color: #101010;
  font-family: 'Montserrat', sans-serif;
}

.site-heading-font {
  font-family: 'Montserrat', sans-serif;
}

.site-display-font {
  font-family: 'Cormorant Garamond', serif;
}

.site-button-brand {
  background-color: #7bbb27;
  color: #101010;
}

.site-button-brand:hover,
.site-button-brand:focus-visible {
  background-color: #5c9319;
}

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(123, 187, 39, 0.18), transparent 38%),
    linear-gradient(135deg, #101010, #1f1f1f);
}

.hero-section__inner {
  min-height: 60vh;
}

.hero-section__copy {
  text-wrap: pretty;
}

.site-whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: auto;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 9999px;
  background-color: #7bbb27;
  color: #101010;
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.site-whatsapp-float:hover,
.site-whatsapp-float:focus-visible {
  background-color: #8dcb33;
  box-shadow: 0 22px 46px -20px rgba(0, 0, 0, 0.6);
}

.site-whatsapp-float__icon {
  width: 2.85rem;
  height: 2.85rem;
  color: #ffffff;
}

@media (max-width: 640px) {
  .site-whatsapp-float {
    position: fixed;
    right: calc(1rem + env(safe-area-inset-right, 0px));
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    top: auto;
    left: auto;
    width: 3.7rem;
    height: 3.7rem;
    margin-top: 0;
  }

  .site-whatsapp-float:hover,
  .site-whatsapp-float:focus-visible {
    background-color: #8dcb33;
    box-shadow: 0 22px 46px -20px rgba(0, 0, 0, 0.6);
  }

  .site-whatsapp-float__icon {
    width: 2.45rem;
    height: 2.45rem;
  }
}
