/* [project]/src/modules/news/style.css [app-client] (css) */
.rich-text-content h2, .rich-text-content h3 {
  font-family: BebasNeue-Regular;
}

.rich-text-content a {
  text-decoration: underline;
  transition: color .2s ease-in-out;
}

.rich-text-content a:hover {
  color: #89ac76;
}

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