@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/font/RobotoCondensed-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	src: url(/assets/font/RobotoCondensed-LightItalic.ttf) format('truetype');
}


@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/font/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	src: url(/assets/font/RobotoCondensed-Italic.ttf) format('truetype');
}


@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 500;
	src: url(/assets/font/RobotoCondensed-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 500;
	src: url(/assets/font/RobotoCondensed-MediumItalic.ttf) format('truetype');
}


@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url(/assets/font/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url(/assets/font/RobotoCondensed-BoldItalic.ttf) format('truetype');
}
