h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-weight: inherit;
}

p .bg-header {
  background: inherit;
  padding: inherit;
  width: inherit;
  display: inherit;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.datetime {
  font-weight: normal;
}

.site-footer h2 {
  color: var(--color-background);
}

.site-footer .content {
  color: var(--color-background);
}

.site-footer .content a,
.site-footer .content a.is-active {
  color: var(--color-background);
}

.form-control {
  width: inherit;
}

.featured-top {
  background: var(--color-surface);
}

.site-footer {
  font-family: inherit;
  background: var(--color-primary);
}
