@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa::before,
.fas::before,
.fab::before {
    display: inline-block;
}

.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-bars::before { content: "\f0c9"; }
.fa-house::before { content: "\f015"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-palette::before { content: "\f53f"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-brush::before { content: "\f55d"; }
.fa-pen-nib::before { content: "\f5ad"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-envelope-open-text::before { content: "\f658"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-instagram::before { content: "\f16d"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-award::before { content: "\f559"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-check-circle::before { content: "\f058"; }
