.fa-icon-tiktok:before {
  content: '\e07b';
}

.fa-icon-spotify:before {
  content: '\f1bc';
}

.fa-icon-apple:before {
  content: '\f179';
}

.fa-icon-itunes:before {
  content: '\f3b4';
}

.icon-tidal {
  position: relative;
}

.icon-tidal:before {
  content: '';
  background-image: url('../images/svg-icon/tidal.svg');
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 16px;
}
