/* font styles for headers and menu using Copse-Regular, BebasNeueRegular, and Roboto fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Copse-Regular';
	src: url('../fonts/Copse-Regular.eot');
	src: url('../fonts/Copse-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Copse-Regular.woff') format('woff'),
		 url('../fonts/Copse-Regular.ttf') format('truetype'),
		 url('../fonts/Copse-Regular.svg#Copse-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot');
	src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
		 url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Roboto-Regular.woff') format('woff'),
		 url('../fonts/Roboto-Regular.ttf') format('truetype'),
		 url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Copse-Regular"; }

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans { font-family: "BebasNeueRegular"; }

p { font-family: "Roboto"; }

li { font-family: "Roboto"; }
