/* Nerd Fonts — subset of only the icons used on this site */
@font-face {
	font-family: 'NerdFontsSymbols Nerd Font';
	src: url('/fonts/nerd-symbols.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.nf {
	font-family: 'NerdFontsSymbols Nerd Font';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nf-fa-discord:before { content: "\f1ff"; }
.nf-fa-money:before { content: "\f0d6"; }
.nf-fa-newspaper_o:before { content: "\f1ea"; }
.nf-fa-store:before { content: "\ee17"; }
.nf-md-discord:before { content: "\f066f"; }
.nf-md-email:before { content: "\f01ee"; }
.nf-md-email_fast:before { content: "\f186f"; }
.nf-md-rss:before { content: "\f046b"; }
