.footer__icon {
  fill: var(--color-brand-primary);
  transition: fill 0.5s;
}

.footer__icon:hover {
  fill: var(--color-brand-primary-dark);
}
