@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/font-awesome/fa-regular-400.woff2') format('woff2');
}

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

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

.far {
    font-weight: 400;
}

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

.fa-pound-sign:before {
    content: '\f154';
}

.fa-user-friends:before {
    content: '\f500';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-facebook:before {
    content: '\f09a';
}
