@font-face {
  font-family: 'FA6Solid';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fa/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'FA6Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fa/fa-brands-400.woff2') format('woff2');
}
.fas, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fas { font-family: 'FA6Solid'; font-weight: 900; }
.fab { font-family: 'FA6Brands'; font-weight: 400; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-microchip::before   { content: "\f2db"; }
.fa-signal::before      { content: "\f012"; }
.fa-clock::before       { content: "\f017"; }
.fa-calendar::before    { content: "\f133"; }
.fa-envelope::before    { content: "\f0e0"; }
.fa-linkedin::before    { content: "\f08c"; }
.fa-github::before      { content: "\f09b"; }
.fa-youtube::before     { content: "\f167"; }
.fa-instagram::before   { content: "\f16d"; }
