/* Custom Font Types */

/* ROBOTO */
@font-face{
	font-family:'Roboto';
	font-style:normal;
	src:url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Black';
	src:url('../fonts/Roboto/Roboto-Black.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto BlackItalic';
	src:url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Bold';
	src:url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto BoldItalic';
	src:url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Italic';
	src:url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Light';
	src:url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto LightItalic';
	src:url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Medium';
	src:url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto MediumItalic';
	src:url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto Thin';
	src:url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype'),
}
@font-face{
	font-family:'Roboto ThinItalic';
	src:url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'),
}

/* TITILLIUM WEB */
@font-face{
	font-family:'TitilliumWeb Black';
	src:url('../fonts/Titillium_Web/TitilliumWeb-Black.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb Bold';
	src:url('../fonts/Titillium_Web/TitilliumWeb-Bold.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb BoldItalic';
	src:url('../fonts/Titillium_Web/TitilliumWeb-BoldItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb ExtraLight';
	src:url('../fonts/Titillium_Web/TitilliumWeb-ExtraLight.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb ExtraLightItalic';
	src:url('../fonts/Titillium_Web/TitilliumWeb-ExtraLightItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb Italic';
	src:url('../fonts/Titillium_Web/TitilliumWeb-Italic.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb Light';
	src:url('../fonts/Titillium_Web/TitilliumWeb-Light.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb LightItalic';
	src:url('../fonts/Titillium_Web/TitilliumWeb-LightItalic.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb Regular';
	src:url('../fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb SemiBold';
	src:url('../fonts/Titillium_Web/TitilliumWeb-SemiBold.ttf') format('truetype'),
}
@font-face{
	font-family:'TitilliumWeb SemiBoldItalic';
	src:url('../fonts/Titillium_Web/TitilliumWeb-SemiBoldItalic.ttf') format('truetype'),
}
