.com-content-article a:not(.btn) {
    color: var(--cr);
}

.com-content-article a:hover {
    color: var(--cr2);
    text-decoration: none;
    font-weight: 900;
}

.com-content-article .fas.fa-calendar-day {
    color: var(--cr);
}

.com-content-article .page-header h1,
.com-content-article .page-header h2 {
  font-family: var(--heading-font-family);
}

.com-content-article {
  font-family: var(--body-font-family);
}

.com-content-article__body {
  margin-top: 25px;
}

.com-content-article p {
    margin-bottom: 8px;
    text-indent: 24px;
    text-align: justify;
}

.com-content-article table p {
    text-indent: 0;
    text-align: left;
}