.wysiwyg-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.wysiwyg-content h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #40434c;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: #2B2E34;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #43454A;
  line-height: 1.7;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #43454A;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content ul {
  list-style-type: disc !important;
  list-style-position: inside;
  padding-left: 1rem;
  margin-left: 0;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content li::before {
  content: none !important;
}

.wysiwyg-content ul li::marker {
  color: #52AE32;
}

.wysiwyg-content a {
  font-weight: 300;
  color: #52AE32;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
}

.wysiwyg-content a:hover {
  text-decoration: underline;
}
