@font-face {
	font-family: 'Awesome';
	src: url(/static/fonts/fa-regular-400.ttf),
		 url(/static/fonts/fa-brands-400.ttf);
	font-display: swap;
}

@font-face {
  font-family: 'Awesome';
  font-style: normal;
  font-weight: 900;
  src: url(/static/fonts/fa-solid-900.ttf) format("truetype");
  font-display: swap; 
}

i.fa {
	font-family: Awesome;
	font-weight: 400;
}

.fas {
  font-family: 'Awesome';
  font-weight: 900; 
 }

.far {
  font-family: Awesome;
  font-weight: 400;
}