.wysiwyg a {
  color: var(--purple)
}

.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  padding-left: 0;
}

.wysiwyg ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.wysiwyg ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
}

.wysiwyg ol li {
  list-style: decimal;
}

.wysiwyg ol li::marker {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.wysiwyg h2 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.wysiwyg h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
} 

.wysiwyg h4 {
  font-size: 1.125rem;
  margin-bottom: 4px;
}

.wysiwyg p {
  line-height: 140%;
  margin-bottom: 10px;
}