/* Contrast contract for every deep-blue surface in the Inventum system. */
.article-main .article-cta :is(h2, h3, strong),
.method :is(h2, h3, strong),
.portfolio-close :is(h2, h3, strong) {
  color: #fff;
}

.article-main .article-cta :is(p, li, small),
.method :is(p, li),
.portfolio-close :is(p, li, small) {
  color: #dceef9 !important;
}

.article-main .article-cta .button-primary,
.portfolio-close .button-primary {
  color: #fff;
}

.portfolio-close .button-primary {
  color: var(--deep);
}
