/**
 * Font Awesome 6.5.2 -- Aurora Research Institute subset. GENERATED FILE, DO NOT EDIT.
 *
 * Replaces the 100KB cdnjs all.min.css (which defines ~2000 icon classes plus
 * v4 shims) with only the icons this site can use (1 solid, 5 brands), and points all
 * three faces at local subset webfonts.
 *
 * Regenerate with scripts/build-fa-subset.py -- see README-font-awesome.md.
 * Base rules below are copied verbatim from FA 6.5.2.
 */

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

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

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
	-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,
.fa-solid,
.fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.fa-regular,
.far {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

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

/* Sizing utilities in use (fa-lg, fa-3x). */
.fa-lg {
	font-size: 1.25em;
	line-height: 0.05em;
	vertical-align: -0.075em;
}

.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-fw { text-align: center; width: 1.25em; }

/* Icons ------------------------------------------------------------------ */
.fa-facebook-f:before{content:"\f39e"}
.fa-flickr:before{content:"\f16e"}
.fa-instagram:before{content:"\f16d"}
.fa-magnifying-glass:before{content:"\f002"}
.fa-x-twitter:before{content:"\e61b"}
.fa-youtube:before{content:"\f167"}
