/*!
 * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */
:host,
:root {
  --fa-family-duotone: "Font Awesome 7 Duotone";
  --fa-font-duotone-thin: normal 100 1em/1 var(--fa-family-duotone);
  --fa-style-family-duotone: var(--fa-family-duotone);
}
@font-face {
  font-family: "Font Awesome 7 Duotone";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(../webfonts/fa-duotone-thin-100.woff2);
}
.fadt {
  --fa-style: 100;
}
.fa-duotone,
.fadt {
  --fa-family: var(--fa-family-duotone);
  position: relative;
  letter-spacing: normal;
}
.fa-thin {
  --fa-style: 100;
}
.fa-duotone:before,
.fadt:before {
  position: absolute;
  color: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.fa-duotone:after,
.fadt:after {
  color: var(--fa-secondary-color, currentColor);
}
.fa-duotone:after,
.fa-swap-opacity.fa-duotone:before,
.fa-swap-opacity .fa-duotone:before,
.fa-swap-opacity.fadt:before,
.fa-swap-opacity .fadt:before,
.fadt:after {
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity.fa-duotone:after,
.fa-swap-opacity .fa-duotone:after,
.fa-swap-opacity.fadt:after,
.fa-swap-opacity .fadt:after {
  opacity: var(--fa-primary-opacity, 1);
}
.fa-li.fa-duotone,
.fa-li.fadt,
.fa-stack-1x.fa-duotone,
.fa-stack-1x.fadt,
.fa-stack-2x.fa-duotone,
.fa-stack-2x.fadt {
  position: absolute;
}
