.fav-btn svg {
    transition: all 0.3s;
}
.fav-btn.is-favorite{
  color: var(--link-color);
  border-color: var(--link-color);
}