/*fonts*/
@font-face {
    font-family: ptsans;
    src: url(../fonts/PTS56F.ttf);
}

@font-face {
    font-family: ostrich;
    src: url(../fonts/ostrich-black.ttf);
}
@font-face {
    font-family: abraham;
    src: url(../fonts/AbrahamLincoln.ttf);
}
@font-face {
	font-family: 'Conv_GearedSlab';
	src: url('../fonts/GearedSlab.eot');
	src: local('Conv_GearedSlab'), 
	url('../fonts/GearedSlab.woff') format('woff'), 
	url('../fonts/GearedSlab.ttf') format('truetype'), 
	url('../fonts/GearedSlab.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_RobotoCondensed-Regular';
	src: url('../fonts/RobotoCondensed-Regular.eot');
	src: local('Conv_RobotoCondensed'), 
	url('../fonts/RobotoCondensed-Regular.woff') format('woff'), 
	url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), 
	url('../fonts/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}