/** Shopify CDN: Minification failed

Line 85:0 Unexpected "}"

**/
body {
  background: #f3ede4;
  color: #222;
  font-family: "Georgia", serif;
}

.page-width {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

.section-padding {
  padding: 100px 0;
}

.btn-primary {
  display: inline-block;
  background: #1f6b34;
  color: #fff;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #155126;
}

.heading-xl {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}

.heading-lg {
  font-size: 48px;
  line-height: 1.2;
}

.heading-md {
  font-size: 34px;
}

.text-accent {
  color: #b54a2c;
}

.bg-green {
  background: #1f6b34;
  color: white;
}

.bg-dark {
  background: #111;
  color: white;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

}