h1 {
  color: var(--primary-colour);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--accent-colour);
}

.field p,
.field li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.block-system-title {
  text-align: center;
}

.block-system-title .page-title {
  font-size: 3rem;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {

  .block-system-title .page-title {
    font-size: 6rem;
  }

  .l-content {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h2 .field-name-field-heading {
  text-align: center;
}
