/*----------------------------------------------

[Icons]

A subset of Font Awesome Free 6 containing only the
30 icons this site actually uses. Replaces the full
99KB stylesheet and 924KB of font files with 4KB.

Font Awesome Free is by Fonticons, Inc.
  Icons : CC BY 4.0  — attribution required, see
          THIRD-PARTY-NOTICES.md
  Fonts : SIL OFL 1.1
  Code  : MIT
  https://fontawesome.com/license/free

Subsetting is permitted under the OFL. The icon
artwork is unchanged; only unused glyphs are removed.

----------------------------------------------*/

@font-face {
	font-family: 'SJ Icons Solid';
	src: url('../fonts/icons/sj-icons-solid.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SJ Icons Brands';
	src: url('../fonts/icons/sj-icons-brands.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Base — matches Font Awesome's own so existing markup keeps working */
.fa,
.fa-solid,
.fa-brands {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.fa,
.fa-solid {
	font-family: 'SJ Icons Solid';
	font-weight: 900;
}

.fa-brands {
	font-family: 'SJ Icons Brands';
	font-weight: 400;
}

.fa-fw { width: 1.25em; text-align: center; }

/* Solid */
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-right-long::before { content: "\f178"; }
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-check::before { content: "\f00c"; }
.fa-clock::before { content: "\f017"; }
.fa-code::before { content: "\f121"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-envelope-open-text::before { content: "\f658"; }
.fa-eye::before { content: "\f06e"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-handshake-angle::before { content: "\f4c4"; }
.fa-heart::before { content: "\f004"; }
.fa-language::before { content: "\f1ab"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-lock-open::before { content: "\f3c1"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-pen-ruler::before { content: "\f5ae"; }
.fa-reply::before { content: "\f3e5"; }
.fa-signs-post::before { content: "\f277"; }
.fa-sterling-sign::before { content: "\f154"; }
.fa-user::before { content: "\f007"; }
.fa-user-shield::before { content: "\f505"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-xmark::before { content: "\f00d"; }

/* Brands */
.fa-github::before { content: "\f09b"; }
.fa-google::before { content: "\f1a0"; }
.fa-linkedin::before { content: "\f08c"; }
