/*
 The theme has references to the `FontAwesome` `font-family` which is not available 
 in the v5 of the library. 

 To fix this we define the `FantAwesome` family loading the same files. 
*/


@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot");
    src: url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff") format("woff"), url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fontawesome-free-5.15.4-web/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
  