@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('/fonts/fa-solid-900.subset.woff2') format('woff2');
}
@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('/fonts/fa-brands-400.subset.woff2') format('woff2');
}
.fa,
.fas,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.fa,
.fas {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
.fab {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
.fa-home::before {
	content: '\f015';
}
.fa-arrow-left::before {
	content: '\f060';
}
.fa-arrow-up::before {
	content: '\f062';
}
.fa-github::before {
	content: '\f09b';
}
.fa-th::before {
	content: '\f00a';
}
.fa-stream::before {
	content: '\f550';
}
.fa-trophy::before {
	content: '\f091';
}
.fa-download::before {
	content: '\f019';
}
.fa-external-link-alt::before {
	content: '\f35d';
}
.fa-youtube::before {
	content: '\f167';
}
.fa-check::before {
	content: '\f00c';
}
.fa-linkedin::before {
	content: '\f08c';
}
.fa-instagram::before {
	content: '\f16d';
}
.fa-briefcase::before {
	content: '\f0b1';
}
.fa-clock::before {
	content: '\f017';
}
.fa-book::before {
	content: '\f02d';
}
.fa-graduation-cap::before {
	content: '\f19d';
}
.fa-laptop-code::before {
	content: '\f5fc';
}
.fa-school::before {
	content: '\f549';
}
