@charset "utf-8";

/* Typefaces for @font-face */
/* A font by The League of Moveable Type -> http://www.theleagueofmoveabletype.com/fonts/7-league-gothic */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/font/league_gothic-webfont.eot');
	src: url('/font/league_gothic-webfont.eot?#iefix') format('eot'),
		 url('/font/league_gothic-webfont.woff') format('woff'),
		 url('/font/league_gothic-webfont.ttf') format('truetype'),
		 url('/font/league_gothic-webfont.svg#webfonti0SWNkfZ') format('svg');
	font-weight: normal;
	font-style: normal;

}