@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands {
    font-weight: 400
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-brands,
.fa-regular,
.fa-solid,
.far {
    -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
}

.fa-regular,
.fa-solid,
.far {
    font-family: Font Awesome\ 6 Free
}

.fa-brands {
    font-family: Font Awesome\ 6 Brands
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-list:before {
    content: "\f03a"
}

.fa-pen-to-square:before {
    content: "\f044"
}

.fa-circle-check:before {
    content: "\f058"
}

.fa-circle:before {
    content: "\f111"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-chevron-right:before {
    content: "\f054"
}
