/* Headings: Metropolis Black */

@font-face {
	font-family: 'Metropolis';
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	src: url( '../webfonts/metropolis-black.woff2' ) format( 'woff2' );
}

/* Body text: League Spartan Variable */

@font-face {
	font-family: 'League Spartan';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: url( '../webfonts/league-spartan-variable.woff2' ) format( 'woff2' );
}
@font-face {
	font-family: 'League Spartan';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: url( '../webfonts/league-spartan-variable.woff2' ) format( 'woff2' );
}

/* Font Awesome webfonts are brought in via declarations at the end of their respective CSS files. */