@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}


.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
    font-family: 'Font Awesome 6 Pro';
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
    font-family: 'Font Awesome 6 Duotone';
}

.fass,
.fa-sharp {
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 900;
}


.fal,
.fa-light {
    font-weight: 300;
}


.far,
.fa-regular {
    font-weight: 400;
}

.fas,
.fa-solid {
    font-weight: 900;
}

.fab,
.fa-brands {
    font-weight: 400;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-square-facebook:before {
    content: "\f082";
}

.fa-chevron-up::before {
    content: "\f077";
}

.fa-chevron-down::before {
    content: "\f078";
}

.fa-chevron-left::before {
    content: "\f053";
}

.fa-chevron-right::before {
    content: "\f054";
}

.fa-magnifying-glass::before {
    content: "\f002";
}

.fa-chart-tree-map::before {
    content: "\e0ea";
}
