/* Start of Fonts And Icons */

/* Start of FontAwesome 6.4.0 */
/* add the core fontawesome file */
@import url("../fonts/font-awesome/css/fontawesome.min.css");

/*
 Your Version 4 js file gets replaced with the .css files for the styles you want to use 
 In this example, we added the Solid and Brands styles, but you can add any or all of the styles 
 */
@import url("../fonts/font-awesome/css/solid.min.css");
@import url("../fonts/font-awesome/css/brands.min.css");

/*support v4 icon references/syntax for Web Fonts*/
@import url("../fonts/font-awesome/css/v4-font-face.css");
@import url("../fonts/font-awesome/css/v4-shims.min.css");
/* End of FontAwesome 6.4.0 */



