@font-face {
	font-family: 'Brown';
	src: url('Brown-Regular.otf');
	src: url('Brown-Regular.otf?#iefix') format('opentype'),url('Brown-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Brown';
	src: url('Brown-Bold.otf');
	src: url('Brown-Bold.otf?#iefix') format('opentype'),url('Brown-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}