@font-face {
  font-family: "StrataGrid Icons";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.woff2") format("woff2");
}

.fas {
  display: inline-block;
  font-family: "StrataGrid Icons";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.fa-code:before { content: "\f121"; }
.fa-window-maximize:before { content: "\f2d0"; }
.fa-server:before { content: "\f233"; }
.fa-search:before { content: "\f002"; }
.fa-drafting-compass:before { content: "\f568"; }
.fa-laptop-code:before { content: "\f5fc"; }
.fa-vial:before { content: "\f492"; }
.fa-rocket:before { content: "\f135"; }
.fa-landmark:before { content: "\f66f"; }
