/**
 * Self-hosted League Gothic & League Spartan.
 * Font files live in this directory next to fonts.css.
 */

@font-face {
	font-family: "League Gothic";
	src:
		url("./LeagueGothic-Regular-VariableFont_wdth.ttf") format("truetype-variations"),
		url("./LeagueGothic-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "League Gothic Condensed";
	src: url("./LeagueGothic_Condensed-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "League Spartan";
	src: url("./LeagueSpartan-VariableFont_wght.ttf") format("truetype-variations");
	font-weight: 100 900;
	font-display: swap;
}
