
/* this is here so firefox behaves correctly across domains */
/* this should only be accessed from the normal app server */


/*  *//* Typography */
@font-face {
	font-family: 'AllerBold';
	src: url('../fonts/Aller_Bd.eot');
	src: local('Aller Bold'), local('Aller-Bold'), url('../fonts/Aller_Bd.ttf') format('truetype');
}


@font-face {
	font-family: 'AllerItalic';
	src: url('../fonts/Aller_It.eot');
	src: local('Aller Italic'), local('Aller-Italic'), url('../fonts/Aller_It.ttf') format('truetype');
}

@font-face {
	font-family: 'AllerLightRegular';
	src: url('../fonts/Aller_Lt.eot');
	src: local('Aller Light Regular'), local('Aller-Light'), url('../fonts/Aller_Lt.ttf') format('truetype');
}

@font-face {
	font-family: 'AllerRegular';
	src: url('../fonts/Aller_Rg.eot');
	src: local('Aller Regular'), local('Aller'), url('../fonts/Aller_Rg.ttf') format('truetype');
}

