/* Blog article link affordance */
/* Scoped so nav and buttons remain unchanged */

.article-body a,
.article-body a:visited{
  color: var(--accent, #fbbf24);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-body a:hover{
  color: var(--accent-strong, #f59e0b);
  text-decoration-thickness: 3px;
}

.exec-takeaway a,
.exec-takeaway a:visited{
  color: var(--accent, #fbbf24);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.exec-takeaway a:hover{
  color: var(--accent-strong, #f59e0b);
}
