/*import all fonts from file:
Nasalization, Roboto Condensed (Light, Bold, Italic)*/
@font-face {
	font-family: 'Nasalization';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Nasalization.eot');
	src: url('fonts/Nasalization.woff') format('woff'),
		url('fonts/Nasalization.ttf') format('truetype'),
		url('fonts/Nasalization.svg') format('svg'),
		url('fonts/Nasalization.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed Light';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/RobotoCondensed-Light.eot');
	src: url('fonts/RobotoCondensed-Light.woff') format('woff'),
		url('fonts/RobotoCondensed-Light.ttf') format('truetype'),
		url('fonts/RobotoCondensed-Light.svg') format('svg'),
		url('fonts/RobotoCondensed-Light.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/RobotoCondensed.eot');
	src: url('fonts/RobotoCondensed.woff') format('woff'),
		url('fonts/RobotoCondensed.ttf') format('truetype'),
		url('fonts/RobotoCondensed.svg') format('svg'),
		url('fonts/RobotoCondensed.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed Bold';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/RobotoCondensed-Bold.eot');
	src: url('fonts/RobotoCondensed-Bold.woff') format('woff'),
		url('fonts/RobotoCondensed-Bold.ttf') format('truetype'),
		url('fonts/RobotoCondensed-Bold.svg') format('svg'),
		url('fonts/RobotoCondensed-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed Light Italic';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/RobotoCondensed-LightItalic.eot');
	src: url('fonts/RobotoCondensed-LightItalic.woff') format('woff'),
		url('fonts/RobotoCondensed-LightItalic.ttf') format('truetype'),
		url('fonts/RobotoCondensed-LightItalic.svg') format('svg'),
		url('fonts/RobotoCondensed-LightItalic.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed Italic';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/RobotoCondensed-Italic.eot');
	src: url('fonts/RobotoCondensed-Italic.woff') format('woff'),
		url('fonts/RobotoCondensed-Italic.ttf') format('truetype'),
		url('fonts/RobotoCondensed-Italic.svg') format('svg'),
		url('fonts/RobotoCondensed-Italic.otf') format('opentype');
}
@font-face {
	font-family: 'Roboto Condensed Bold Italic';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/RobotoCondensed-BoldItalic.eot');
	src: url('fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
		url('fonts/RobotoCondensed-BoldItalic.ttf') format('truetype'),
		url('fonts/RobotoCondensed-BoldItalic.svg') format('svg'),
		url('fonts/RobotoCondensed-BoldItalic.otf') format('opentype');
}