.dm-paragraph {
  font-size: var(--articleTextSize);
  line-height: 1.3;
  margin-bottom: var(--articleItemMarginBottom);
  letter-spacing: .3px;
}

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

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


/* ==========================================================================
    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;
}
