@font-face {
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(solid.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(brands.ttf) format("truetype")
}

.fa-brands,
.fa-solid {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em)
}

:is(.fa-solid, .fa-brands):before {
    content: var(--fa);
    content: var(--fa)/""
}

:host, :root {
    --fa-family-brands: "Font Awesome 7 Brands";
    --fa-family-classic: "Font Awesome 7 Pro";
    --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
    --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
}

.fa-brands {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400
}

.fa-solid {
    --fa-style: 900
}

.fa-xmark { --fa: "\f00d"; }
.fa-up-right-and-down-left-from-center { --fa: "\f424"; }
.fa-edit { --fa: "\f044"; }
.fa-download { --fa: "\f019"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-plus { --fa: "\002b"; }
.fa-search { --fa: "\f002"; }
.fa-check { --fa: "\f00c"; }
.fa-upload { --fa: "\f093"; }
.fa-chevron-up { --fa: "\f077"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-party-horn { --fa: "\e31b"; }
.fa-exclamation-circle { --fa: "\f06a"; }
.fa-bars { --fa: "\f0c9"; }
.fa-house { --fa: "\f015"; }
.fa-users { --fa: "\f0c0"; }
.fa-file { --fa: "\f15b"; }
.fa-award { --fa: "\f559"; }
.fa-shirt-long-sleeve { --fa: "\e3c7"; }
.fa-book { --fa: "\f02d"; }
.fa-file-invoice { --fa: "\f570"; }
.fa-lock { --fa: "\f023"; }
.fa-question { --fa: "\003f"; }
.fa-right-from-bracket { --fa: "\f2f5"; }
.fa-trash { --fa: "\f1f8"; }
.fa-save { --fa: "\f0c7"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-up-right-from-square { --fa: "\f35d"; }
.fa-eye { --fa: "\f06e"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-user-plus { --fa: "\f234"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-file-plus { --fa: "\f319"; }
.fa-copy { --fa: "\f0c5"; }
.fa-arrow-turn-down { --fa: "\f149"; }

.fa-instagram { --fa: "\f16d"; }
.fa-microsoft { --fa: "\f3ca"; }
.fa-google { --fa: "\f1a0"; }