:host,
:root {
  --fa-family-etch: "Font Awesome 7 Etch";
  --fa-font-etch-solid: normal 900 1em/1 var(--fa-family-etch);
  --fa-style-family-etch: var(--fa-family-etch)
}

@font-face {
  font-family: "Font Awesome 7 Etch";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fa-etch-solid-900.woff2)
}

.faes {
  --fa-style: 900
}

.fa-etch,
.faes {
  --fa-family: var(--fa-family-etch)
}

.fa-solid {
  --fa-style: 900
}
