@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('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('fa-brands-400.woff2') format('woff2');
}

.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

[class^="fas-"]:before,
[class*=" fas-"]:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

[class^="fab-"]:before,
[class*=" fab-"]:before {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-check-circle:before { content: "\f058"; }
.fa-jira:before { content: "\f7b1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-headset:before { content: "\f590"; }
.fa-comments:before { content: "\f086"; }
.fa-chart-line:before { content: "\f201"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-wrench:before { content: "\f0ad"; } 