
@mixin person-profile-background-mapping {

  .person__name {
    color: returnColorCSSVar('brand-primary');

    @include bg-variants() {
        color: variant-property('titleSecondary');
      }
    }

  //! deprecation warning remove after bg-map is final

  .bg-brand--off-white,
  .bg-brand--white {

    .contact-details__link .icon {
      color: $color-brand--two;
    }
  }
}
