/* Local, font-free controls for Matplotlib's generated HTML animations. */
.fa {
  display: inline-block;
  min-width: 1em;
  font-family: system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fa-fast-backward::before { content: "⏮"; }
.fa-step-backward::before { content: "◀"; }
.fa-play::before { content: "▶"; }
.fa-pause::before { content: "Ⅱ"; }
.fa-step-forward::before { content: "▶"; }
.fa-fast-forward::before { content: "⏭"; }
.fa-minus::before { content: "−"; }
.fa-plus::before { content: "+"; }
.fa-flip-horizontal { transform: scaleX(-1); }
