@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

.font-200{  
	font-family: 'Roboto';
	font-weight:200;
}
.font-300{
	font-family: 'Roboto';
	font-weight:300;
}
.font-400{
	font-family: 'Roboto';
	font-weight:400;
}
.font-500{
	font-family: 'Roboto';
	font-weight:500;
}
.font-600{
	font-family: 'Roboto';
	font-weight:600;
}
.font-900{
	font-family: 'Roboto';
	font-weight:900;
}




body.ios .font-200{  
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:200;
}
body.ios .font-300{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:300;
}
body.ios .font-400{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:400;
}
body.ios .font-500{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:500;
}
body.ios .font-600{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:600;
}
body.ios .font-900{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:900;
}