.ParagraphText a {
  text-decoration: none;
  color: var(--purple);
}
.ParagraphText a:hover {
  text-decoration: underline;
}

.ParagraphText {
  max-width: var(--text-width);
  margin-inline: auto;
}
.ParagraphText font {
  color: inherit;
}
.ParagraphText a[style] {
  color: var(--purple) !important;
}

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