/*!
 * Font Awesome Pro 7.0.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root,
:host {
    --fa-style-family-classic: 'FontAwesome';
    --fa-font-solid: normal 900 1em/1 'FontAwesome';
}
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fonts/fa-solid-900.woff2") format("woff2");
}
.fa,
.fas,
.fa-solid {
    font-family: 'FontAwesome';
    font-weight: 900;
}