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