body {
  background: #f7f4ec;
  color: #193323;
  font-family: "Outfit", sans-serif;
}

.elementor-page .site-content .ast-container,
.elementor-page .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.elementor-page .entry-content,
.elementor-page .elementor-widget:not(:last-child) {
  margin: 0;
}

.elementor-widget-html {
  font-family: inherit;
}

.text-balance {
  text-wrap: balance;
}

.hero-slide {
  animation: heroFade 24s infinite;
  opacity: 0;
  transform: scale(1.04);
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.hero-slide:nth-child(4) {
  animation-delay: 18s;
}

@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.04); }
  8% { opacity: 1; }
  28% { opacity: 1; }
  38% { opacity: 0; transform: scale(1.12); }
  100% { opacity: 0; transform: scale(1.12); }
}

.blog-content h1 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 800;
  color: #123f27;
  margin: 1.5rem 0 .75rem;
}

.blog-content h2 {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 800;
  color: #123f27;
  margin: 1.35rem 0 .65rem;
}

.blog-content h3 {
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 800;
  color: #123f27;
  margin: 1.2rem 0 .55rem;
}

.blog-content p {
  margin: 1rem 0;
}

.blog-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.blog-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.blog-content li {
  margin: .35rem 0;
}

.blog-content a {
  color: #8e743d;
  font-weight: 700;
  text-decoration: underline;
}

.blog-content blockquote {
  border-left: 4px solid #d7c083;
  margin: 1.4rem 0;
  padding-left: 1rem;
  color: #5b665d;
}
