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