body {
  background-color: #F9F7F5;
  color: #544E4B;
  font-family: "Inter", -apple-system, sans-serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: rgb(110.9433962264, 103.0188679245, 99.0566037736);
}

.soft-card {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 40px;
  margin: 20px;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.02), 0 0 100px rgba(235, 217, 213, 0.3);
  transition: transform 0.4s ease;
}
.soft-card:hover {
  transform: translateY(-5px);
}

.benefit-tag {
  display: inline-block;
  background: #EBD9D5;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.post-content {
  font-size: 1.1rem;
  color: #4A4441;
}
.post-content p {
  margin-bottom: 1.5rem;
}
.post-content h2, .post-content h3 {
  margin-top: 2rem;
  color: #E6D5D1;
}
.post-content blockquote {
  border-left: 4px solid #F9F7F5;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: rgb(128.3021582734, 117.8992805755, 112.6978417266);
}
.post-content img {
  max-width: 100%;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=main.css.map */