@font-face {
    font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
    src: url('../webfonts/RobotoCondensed-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 700;
    src: url('../webfonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
}
@font-face {
     font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 400;
    src: url('../webfonts/RobotoCondensed-Italic.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
    src: url('../webfonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
    src: url('../webfonts/RobotoCondensed-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
    src: url('../webfonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: bold;
	font-weight: 700;
    src: url('../webfonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
	font-weight: 400;
    src: url('../webfonts/Roboto-Regular.ttf') format('truetype');
}