@font-face {
	font-family: 'LBSThesis';
	src: url('/fonts/LBSThesis-LightItalic.ttf')  format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'LBSThesis';
	src: url('/fonts/LBSThesis-SemiLight.ttf')  format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'LBSThesis';
	src: url('/fonts/LBSThesis-Plain.ttf')  format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'LBSThesis';
	src: url('/fonts/LBSThesis-SemiBold.ttf')  format('truetype');
	font-weight: 700;
	/*font-style: bold;*/
}

@font-face {
	font-family: 'LBSThesis';
	src: url('/fonts/LBSThesis-ExtraBold.ttf')  format('truetype');
	font-weight: 900;    
	/*font-style: bolder;*/
}
