@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: 'ArialNarrow';
	src: url('arialnarrow.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArialNarrowBold';
	src: url('arialnarrow_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('Ubuntu-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu-light';
	src: url('Ubuntu-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}