@font-face {
	font-family: "Hero New";
	src: 	local('Hero New Regular'),
			url("HeroNewRegular.woff2") format("woff2"),
			url("HeroNewRegular.otf") format("opentype"), 
			url("HeroNewRegular.ttf") format("truetype"); 
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: "Hero New";
	src: 	local('Hero New Light'),
			url("HeroNewLight.woff2") format("woff2"),	
			url("HeroNewLight.otf") format("opentype"),
			url("HeroNewLight.ttf") format("truetype"); 
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Hero New";
	src: 	local('Hero New Medium'),
			url("HeroNewMedium.woff2") format("woff2"),	
			url("HeroNewMedium.otf") format("opentype"),
			url("HeroNewMedium.ttf") format("truetype"); 
	font-weight: 600;
	font-style: normal;
}