@font-face {
    font-family: 'League Spartan';
    src: url('/font/leaguespartan-bold.eot');
    src: url('/font/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguespartan-bold.woff2') format('woff2'),
         url('/font/leaguespartan-bold.woff') format('woff'),
         url('/font/leaguespartan-bold.ttf') format('truetype'),
         url('/font/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'mplus-1p-light';
		src: url('/font/mplus-1p-light.eot');
		src: url('/font/mplus-1p-light.eot?#iefix') format('embedded-opentype'),
			url('/font/mplus-1p-light.woff') format('woff'),
			url('/font/mplus-1p-light.ttf') format('truetype');
	font-weight:lighter;
    font-style: normal;
}
@font-face {
	font-family: 'mplus-1p-regular';
		src: url('/font/mplus-1p-regular.eot');
		src: url('/font/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
			url('/font/mplus-1p-regular.woff') format('woff'),
			url('/font/mplus-1p-regular.ttf') format('truetype');
	font-weight:normal;
    font-style: normal;
}