.dm-paragraph {
  font-size: var(--articleTextSize);
  line-height: 1.5;
  margin-bottom: var(--articleItemMarginBottom);
}

.dm-paragraph__locationMark {
  font-weight: bold;
}

.dm-paragraph :any-link {
  color: var(--textLinkColor);
  text-decoration: underline;
}

.dm-paragraph :any-link:hover {
  color: var(--textLinkColor);
  text-decoration: none;
}


/* ==========================================================================
    Following are styles for tags that the Li-editor uses for text
    formatting. Therefore we have to style the tags directly instead
    of using classes. :/
   ========================================================================== */

.dm-paragraph strong,
.dm-paragraph b {
  font-weight: bold;
}

.dm-paragraph em,
.dm-paragraph i {
  font-style: italic;
}
