@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

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

.fa-house:before {
    content: '\f015';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-laptop-code:before {
    content: '\f5fc';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-calendar-days:before {
    content: '\f073';
}

.fa-book-open:before {
    content: '\f518';
}

.fa-list-check:before {
    content: '\f0ae';
}

.fa-brain:before {
    content: '\f5dc';
}

.fa-pen-to-square:before {
    content: '\f044';
}

.fa-chart-column:before {
    content: '\e0e3';
}

.fa-scale-balanced:before {
    content: '\f24e';
}

.fa-clock:before {
    content: '\f017';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-chart-bar:before {
    content: '\f080';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-user-check:before {
    content: '\f4fc';
}