/*!
 * Font Awesome Pro 6.0.0-alpha2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  		 url("../webfonts/fa-light-300.core.woff2") format("woff2"), 
		 url("../webfonts/fa-light-300.core.ttf") format("truetype"); 
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: local(''),
  		 url("../webfonts/fa-solid-900.core.woff2") format("woff2"),
		 url("../webfonts/fa-solid-900.core.ttf") format("truetype");
}

/*
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  		 url("../webfonts/fa-brands-400.core.woff2") format("woff2"), 
		 url("../webfonts/fa-brands-400.core.ttf") format("truetype");
}
*/