/* General content area targeting */
#content h1,
#content h2,
#content h3 {
    font-family: var(--cassiopeia-font-family-headings, sans-serif);
    color: #003366; /* your blue or whatever suits */
    line-height: 1.2;
}

/* Specific spacing adjustments for your content articles */

.com-content-article__body h2 {
  margin-top: 1em !important;
  margin-bottom: 0.5em !important;
/* outline: 2px solid red; for debuging purposes */
  color: #003366; /* your blue */
  font-size: 1.5rem;
  line-height: 1.2;
}

.com-content-article__body h3 {
  margin-top: 1.5em !important;
  margin-bottom: 0.3em !important;
/*  outline: 2px solid red; for debuging purposes */
  color: #003366;
  font-size: 1.25rem;
  line-height: 1.3;
}
