
@font-face {
    font-family: NormalText;
    src: url('/fonts/Frutiger_LT_47_Light_Condensed.eot');
}

@font-face {
 font-family: NormalText;
 src: url('/fonts/Frutiger_LT_47_Light_Condensed.ttf'); /* TTF file for CSS3 browsers */
}


body {
	font-family: 'Poppins', sans-serif;
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
}
