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

@font-face {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

.far,
.fa-regular {
	font-weight: 400;
}

.fa,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa,
.far,
.fa-regular {
    font-family: 'Font Awesome 6 Pro';
}

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

.fa-facebook-f:before {
    content: "\f39e";
}

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

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

.fa-tumblr:before {
    content: "\f173";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-link::before {
    content: "\f0c1";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-chevron-double-right:before {
    content: "\f101";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-long-arrow-right::before {
    content: "\f30b";
}
