@font-face {
  font-family: "fraxinas-icons";
  src: url("./FraxinasIcons.woff2") format("woff2");
}

[class^="fi-"]::before,
[class*=" fi-"]::before {
  display: inline-block;
  font-family: fraxinas-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-book::before { content: "B"; }
.fi-circuit::before { content: "C"; }
.fi-disk::before { content: "D"; }
.fi-electric-car::before { content: "E"; }
.fi-fox::before { content: "F"; }
.fi-home-automation::before { content: "H"; }
.fi-ice-skating::before { content: "I"; }
.fi-joinery::before { content: "J"; }
.fi-kitchen::before { content: "K"; }
.fi-linux::before { content: "L"; }
.fi-mountainbike::before { content: "M"; }
.fi-nihongo::before { content: "N"; }
.fi-open-source::before { content: "O"; }
.fi-piano::before { content: "P"; }
.fi-reel::before { content: "R"; }
.fi-speaker::before { content: "Q"; }
.fi-sustainability::before { content: "S"; }
.fi-travel::before { content: "T"; }
.fi-wrench::before { content: "W"; }
.fi-matrix::before { content: "X"; }

