/* About page only — scoped text colors (body.page-about) */

/* Section 1: author bio intro — white type */
body.page-about .about-author-bio .about-page__intro-heading,
body.page-about .about-author-bio .about-page__intro-name,
body.page-about .about-author-bio .about-page__intro-tagline,
body.page-about .about-author-bio .about-page__intro-body,
body.page-about .about-author-bio .about-page__intro-body p,
body.page-about .about-author-bio .about-page__intro-body li,
body.page-about .about-author-bio .about-page__intro-body strong,
body.page-about .about-author-bio .about-page__intro-body em,
body.page-about .about-author-bio .about-page__intro-body a,
body.page-about .about-author-bio .about-page__intro-signoff {
    color: #fff !important;
}

body.page-about .about-author-bio .about-page__intro-body a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Section 2: quote — black type */
body.page-about .about-author-quote .about-page__quote-text,
body.page-about .about-author-quote .about-page__quote-attribution {
    color: #000 !important;
}

/* Section 3: book CTA — black type */
body.page-about .about-author-cta .about-page__cta-heading,
body.page-about .about-author-cta .about-page__cta-subtitle,
body.page-about .about-author-cta .about-page__cta-lead {
    color: #000 !important;
}
