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

@font-face {
	font-family: 'Font Awesome 6 Solid';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: local('Font Awesome 6 Solid'), local('Font Awesome 6 Free Solid'), url("/fonts/fa-solid-900.woff2") format("woff2"); 
}

.fab, .fas { 
	font-weight: 400; 
	margin-right: 0.5em;
}

.fab { 
	font-family: 'Font Awesome 6 Brands';
}

.fas { 
	font-family: 'Font Awesome 6 Solid';
}

.fa-bluesky:before {
	content: "\e671"; }

.fa-cloud:before {
	content: "\f0c2"; }

.fa-discord:before {
	content: "\f392"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }
