
/* Fontawesome - Regular */
@font-face {
  font-family: 'fa';
  font-style: normal;
  font-weight: 400;
  src: url('fa-regular-400.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('fa-regular-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('fa-regular-400.woff2') format('woff2'), /* Super Modern Browsers */
	   url('fa-regular-400.woff') format('woff'), /* Modern Browsers */
	   url('fa-regular-400.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* Fontawesome - Solid */
@font-face {
  font-family: 'fa';
  font-style: normal;
  font-weight: 900;
  src: url('fa-solid-900.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('fa-solid-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('fa-solid-900.woff2') format('woff2'), /* Super Modern Browsers */
	   url('fa-solid-900.woff') format('woff'), /* Modern Browsers */
	   url('fa-solid-900.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* Fontawesome - Regular */
@font-face {
  font-family: 'faNormal';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.woff2") format("woff2"),
       url("webfonts/fa-regular-400.ttf") format("truetype");
}

/* Fontawesome - Solid */
@font-face {
  font-family: 'faNormal';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-regular-900.woff2") format("woff2"),
       url("webfonts/fa-regular-900.ttf") format("truetype");
}