@import url('editorial-hero-surface.css');

/* Match the Blog hero palette while retaining the article's layout. */
.post-hero h1, .post-hero .post-author b { color: #14140f; }
.post-hero .lede { color: #6e6e64; }
.post-hero .crumbs, .post-hero .crumbs .here,
.post-hero .post-author i, .post-hero .post-meta .m { color: #6e6e64; }
.post-hero .crumbs .sep { color: #919183; }
.post-hero .post-meta .m svg { color: #064e04; }
.post-hero .crumbs a:hover { color: #064e04; text-decoration: underline; }
.post-hero .crumbs a:focus-visible { outline: 2px solid #064e04; outline-offset: 4px; }
