
.title {
  @extend %title; //defined in headings.scss
}

%title--contrast {
  color: $c-brand--highlight;
}

.title--contrast {
  @extend %title--contrast;
}
