/*
 * Runtime palette contract for public hero accents.
 *
 * The older hero restoration layers are intentionally retained for their
 * layout rules, but their accent aliases made a cached layer capable of
 * keeping the default red after the palette switch. This final, uniquely
 * named layer binds the rendered accent directly to the active palette token.
 */

html body .copp-hero__copy h1 span,
html body .copp-news-hero__title span,
html body .copp-gallery-hero__title span,
html body .copp-knowledge-hero__title span {
    color: var(--copp-red) !important;
    -webkit-text-fill-color: var(--copp-red) !important;
}
