/* Browser annotations 1-5 only. */
[data-page="home"] .hero-description {
  color: #e6e6e6;
  font-weight: 500;
}

[data-page="home"] .about-actions > a:nth-child(1),
[data-page="home"] .about-actions > a:nth-child(2),
[data-page="home"] .about-actions > a:nth-child(7) {
  background-color: #efd6ff;
}

[data-page="home"] .work-stack > .work-card:first-child .work-card-shade {
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 1) 0,
    rgb(0 0 0 / 0) 280px
  );
}
