/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
    --fa-style-family-sharp: 'FontAwesome';
    --fa-font-sharp-light: normal 300 1em/1 'FontAwesome';
}
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("fonts/fa-sharp-light-300.woff2") format("woff2");
}
.fa,
.fasl,
.fa-light {
    font-family: 'FontAwesome';
    font-weight: 300;
}