/*!
 * 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-graphite: "Font Awesome 7 Graphite";
    --fa-font-graphite-thin: normal 100 1em/1 var(--fa-family-graphite);
    --fa-style-family-graphite: var(--fa-family-graphite);
}

@font-face {
    font-family: "Font Awesome 7 Graphite";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    /* src: url(./webfonts/fa-graphite-thin-100.woff2); */
}

.fagt {
    --fa-style: 100;
}

.fa-graphite,
.fagt {
    --fa-family: var(--fa-family-graphite);
}

.fa-thin {
    --fa-style: 100;
}
