@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-times:before {
    content: "\f00d";
}

.fa-comment:before {
    content: "\f075";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-cog:before {
    content: "\f013";
}

.fa-user:before {
    content: "\f007";
}

.fa-check:before {
    content: "\f00c";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-comments:before {
    content: "\f086";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-headset:before {
    content: "\f590";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-file:before {
    content: "\f15b";
}

.fa-smile:before {
    content: "\f118";
}

.fa-robot:before {
    content: "\f544";
}