.note-content a {
  color: var(--color-blue-600);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

.link {
  color: var(--color-blue-600);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

.link--emphasized {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
}

.link--active {
  color: var(--color-black);

  &:hover {
    text-decoration: none;
  }
}
