/*
 * Final hero accent contract.
 *
 * The legacy restoration layers are kept for their geometry, but the accent
 * word in every public hero must always follow the active site palette.
 * This file is intentionally last and does not depend on the timing of the
 * data-palette attribute being added to <html>.
 */

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;
}
