/*:root {
    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 900;
}*/
:root, :host {
    --fa-fontawesone-family: 'Font Awesome 6 Pro';
}
:not(.fontSite) > .fa {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
