@font-face {
  font-family: 'MusicIcons';
  src: url('../fonts/music-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

.icon svg {
  width: 100%;
  height: 100%;
}

/* 播放按钮特殊处理 */
#play-btn .icon {
  width: 2em;
  height: 2em;
}

.icon-play svg {
  fill: currentColor;
}

.icon-pause svg {
  fill: currentColor;
}

.icon-next svg {
  fill: currentColor;
}

.icon-prev svg {
  fill: currentColor;
}

.icon-volume svg {
  fill: currentColor;
}

.icon-volume-mute svg {
  fill: currentColor;
}

.icon-shuffle svg {
  fill: currentColor;
}

.icon-repeat svg {
  fill: currentColor;
}

.icon-sun svg {
  fill: currentColor;
}

.icon-moon svg {
  fill: currentColor;
}

.icon-folder svg {
  fill: currentColor;
}

.icon-music svg {
  fill: currentColor;
}

.icon-backward svg {
  fill: currentColor;
}

.icon-forward svg {
  fill: currentColor;
} 