/*
 * Open Sans Bold
 */
@font-face {
	font-family: 'Open Sans';
	font-weight: 900;
	font-style: normal;
	src: url('900.eot');
	src: url('900.eot?#iefix') format('embedded-opentype'),
		url('900.woff') format('woff'),
		url('900.ttf') format('truetype'),
		url('900.svg#open_sansbold') format('svg');
}