
@import url('/resources/fonts/Font Awesome Pro/main.min.css');

@font-face {
	font-family: 	'Font Awesome Pro';
	src: 			url('/resources/fonts/Font Awesome Pro/300/fa-light-300.eot');
	src: 			url('/resources/fonts/Font Awesome Pro/300/fa-light-300.eot?#iefix') format('embedded-opentype'),
					url('/resources/fonts/Font Awesome Pro/300/fa-light-300.woff2') format('woff2'),
					url('/resources/fonts/Font Awesome Pro/300/fa-light-300.woff') format('woff'),
					url("/resources/fonts/Font Awesome Pro/300/fa-light-300.ttf") format("truetype"),
					url("/resources/fonts/Font Awesome Pro/300/fa-light-300.svg#fontawesome") format("svg");
	font-display: auto;
	font-weight: 	300;
	font-style: 		normal;
}

.fal {
  font-family: 'Font Awesome Pro';
  font-weight: 300;
}

@font-face {
	font-family: 	'Font Awesome Pro';
	src: 			url('/resources/fonts/Font Awesome Pro/400/fa-regular-400.eot');
	src: 			url('/resources/fonts/Font Awesome Pro/400/fa-regular-400.eot?#iefix') format('embedded-opentype'),
					url('/resources/fonts/Font Awesome Pro/400/fa-regular-400.woff2') format('woff2'),
					url('/resources/fonts/Font Awesome Pro/400/fa-regular-400.woff') format('woff'),
					url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.ttf") format("truetype"),
					url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.svg#fontawesome") format("svg");
	font-display: auto;
	font-weight: 	400;
	font-style: 		normal;
}

.far {
  font-family: 'Font Awesome Pro';
  font-weight: 400;
}

@font-face {
	font-family: 	'Font Awesome Pro';
	src: 			url('/resources/fonts/Font Awesome Pro/900/fa-solid-900.eot');
	src: 			url('/resources/fonts/Font Awesome Pro/900/fa-solid-900.eot?#iefix') format('embedded-opentype'),
					url('/resources/fonts/Font Awesome Pro/900/fa-solid-900.woff2') format('woff2'),
					url('/resources/fonts/Font Awesome Pro/900/fa-solid-900.woff') format('woff'),
					url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.ttf") format("truetype"),
					url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.svg#fontawesome") format("svg");
	font-display: auto;
	font-weight: 	900;
	font-style: 		normal;
}

.fa,
.fas {
  font-family: 'Font Awesome Pro';
  font-weight: 900;
}

