/*******************************************************************************
* extended CSS definitions, using Google's fonts "Roboto" and "Roboto condensed"
* Copyright (c) 2015 PiSA sales GmbH. All rights reserved. 
*******************************************************************************/

/* Roboto */

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/Roboto-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-weight: 500;
	font-style: italic;
	src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: italic;
	src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype')
}


/* Roboto condensed */

@font-face {
	font-family: 'RobotoCondensed';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'RobotoCondensed';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'RobotoCondensed';
	font-weight: normal;
	font-style: italic;
	src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'RobotoCondensed';
	font-weight: bold;
	font-style: italic;
	src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype')
}


/* End Of File */
