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

@media (min-width: 768px) {
  .dm-paragraph {
    font-size: 1.125rem;
  }
}


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