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

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