.text-link() {
  cursor: pointer;
  color: var(--link-color);
  text-decoration: none;

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