/*
Theme Name: phoenix Child
Template: phoenix
Version: 2.0
*/
@font-face {
	font-family: black;
	src: url('/wp-content/webfonts/black.eot');
	src: url('/wp-content/webfonts/black.woff') format('woff'), 
		 url('/wp-content/webfonts/black.ttf') format('truetype'), 
		 url('/wp-content/webfonts/black.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: bold;
	src: url('/wp-content/webfonts/bold.eot');
	src: url('/wp-content/webfonts/bold.woff') format('woff'), 
		 url('/wp-content/webfonts/bold.ttf') format('truetype'), 
		 url('/wp-content/webfonts/bold.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: regular;
	src: url('/wp-content/webfonts/regular.eot');
	src: url('/wp-content/webfonts/regular.woff') format('woff'), 
		 url('/wp-content/webfonts/regular.ttf') format('truetype'),  
		 url('/wp-content/webfonts/regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}


@font-face {
	font-family: light;
	src: url('/wp-content/webfonts/light.eot');
	src: url('/wp-content/webfonts/light.woff') format('woff'), 
		 url('/wp-content/webfonts/light.ttf') format('truetype'), 
		 url('/wp-content/webfonts/light.svg') format('svg');
		font-weight: normal;
		font-style: normal;
}