/*!
 * Font Awesome Pro 7.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:root, :host {
  --fa-family-vellum: 'Font Awesome 7 Vellum';
  --fa-font-vellum-solid: normal 900 1em/1 var(--fa-family-vellum);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-vellum: var(--fa-family-vellum);
}

@font-face {
  font-family: "Font Awesome 7 Vellum";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-vellum-solid-900.woff2");
}
.favs {
  --fa-family: var(--fa-family-vellum);
  --fa-style: 900;
  position: relative;
  letter-spacing: normal;
}

.fa-vellum {
  --fa-family: var(--fa-family-vellum);
  position: relative;
  letter-spacing: normal;
}

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

.favs::before,
.fa-vellum::before {
  position: absolute;
  color: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.favs::after,
.fa-vellum::after {
  color: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .favs::before,
.fa-swap-opacity .fa-vellum::before,
.fa-swap-opacity.favs::before,
.fa-swap-opacity.fa-vellum::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .favs::after,
.fa-swap-opacity .fa-vellum::after,
.fa-swap-opacity.favs::after,
.fa-swap-opacity.fa-vellum::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fa-li.favs,
.fa-li.fa-vellum,
.fa-stack-1x.favs,
.fa-stack-1x.fa-vellum,
.fa-stack-2x.favs,
.fa-stack-2x.fa-vellum {
  position: absolute;
}