/* FONTS */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('/src/fonts/RobotoCondensed-Light.eot');
	src: url('/src/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
			 url('/src/fonts/RobotoCondensed-Light.woff2') format('woff2'),
			 url('/src/fonts/RobotoCondensed-Light.woff') format('woff'),
			 url('/src/fonts/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/src/fonts/RobotoCondensed-Regular.eot');
	src: url('/src/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
			 url('/src/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
			 url('/src/fonts/RobotoCondensed-Regular.woff') format('woff'),
			 url('/src/fonts/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/src/fonts/RobotoCondensed-Bold.eot');
	src: url('/src/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
			 url('/src/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
			 url('/src/fonts/RobotoCondensed-Bold.woff') format('woff'),
			 url('/src/fonts/RobotoCondensed-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}