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

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

.fa-plus:before {
    content: "\f067";
}