@font-face {
    font-family: 'FontAwesomeBrands';
    src: url('../fonts/fontawesome-brands.woff2') format('woff2'),
         url('../fonts/fontawesome-brands.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../fonts/fontawesome-regular.woff2') format('woff2'),
         url('../fonts/fontawesome-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../fonts/fontawesome-solid.woff2') format('woff2'),
         url('../fonts/fontawesome-solid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}