/* Styles for user provided HTML content that doesn't use Tailwind classes. */

.rich-text p {
  margin-bottom: 20px;
}

.rich-text a {
  text-decoration: underline;
}
