/* Font Awesome Free 6.5.1 (solid) — self-hosted subset for the Thermal Simulator.
   Icons: play, stop, redo, bolt, thermometer-half, info-circle, microchip, server, fan.
   License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900-subset.woff2") format("woff2");
}
.fas {
  font-family: "Font Awesome 6 Free";
  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;
}
.fa-play:before { content: "\f04b"; }
.fa-stop:before { content: "\f04d"; }
.fa-redo:before { content: "\f01e"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-thermometer-half:before { content: "\f2c9"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-microchip:before { content: "\f2db"; }
.fa-server:before { content: "\f233"; }
.fa-fan:before { content: "\f863"; }
