@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas,
.fa-play,
.fa-solid {
  font-family: "FontAwesome";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Play */
.fa-play:before {
  content: "\f04b";
}

/* Pause */
.fa-pause:before {
  content: "\f04c";
}

/* Step Backward */
.fa-step-backward:before {
  content: "\f048";
	/* content: "\f053"; */
}

/* Step Forward */
.fa-step-forward:before {
  content: "\f051";
	/* content: "\f054"; */
}

/* Volume Up */
.fa-volume-up:before {
  content: "\f028";
}

/* Volume Mute */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* Download */
.fa-download:before {
  content: "\f019";
}

/* Plus */
.fa-plus:before {
  content: "\f067";
}

/* Minus */
.fa-minus:before {
  content: "\f068";
}
