		@font-face {
			font-display: block;
			font-style: normal;
			font-family: 'fontawesome';
			font-weight: 900;
			src: url('fonts/fa-solid-900.woff2') format('woff2');
		}

		.fas {
			font-family: 'fontawesome';
			font-weight: 900;
		}

		@font-face {
			font-display: block;
			font-style: normal;
			font-family: 'fontawesome';
			font-weight: 400;
			src: url('fonts/fa-regular-400.woff2') format('woff2');
		}

		.far {
			font-family: 'fontawesome';
			font-weight: 400;
		}

		@font-face {
			font-display: block;
			font-style: normal;
			font-family: 'fontawesome';
			font-weight: 300;
			src: url('fonts/fa-light-300.woff2') format('woff2');
		}

		.fal {
			font-family: 'fontawesome';
			font-weight: 300;
		}

		@font-face {
			font-display: block;
			font-style: normal;
			font-family: 'Font Awesome 5 Brands';
			font-weight: 400;
			src: url('fonts/fa-brands-400.woff2') format('woff2');
		}

		.fab {
			font-family: 'Font Awesome 5 Brands';
			font-weight: 400;
		}

		@font-face {
			font-display: block;
			font-style: normal;
			font-family: 'Material Icons';
			font-weight: 400;
			src: url('fonts/material-icons.woff2') format('woff2');
		}

		.material-icons {
			font-family: 'Material Icons';
			font-weight: 400;
		}