:host,
:root {
  --fa-family-graphite: "Font Awesome 7 Graphite";
  --fa-font-graphite-thin: normal 100 1em/1 var(--fa-family-graphite);
  --fa-style-family-graphite: var(--fa-family-graphite)
}

@font-face {
  font-family: "Font Awesome 7 Graphite";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(fa-graphite-thin-100.woff2)
}

.fagt {
  --fa-style: 100
}

.fa-graphite,
.fagt {
  --fa-family: var(--fa-family-graphite)
}

.fa-thin {
  --fa-style: 100
}
