@font-face {

    font-family: 'robotolight';

    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),

         url('../fonts/roboto-light-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'robotolight_italic';

    src: url('../fonts/roboto-lightitalic-webfont.woff2') format('woff2'),

         url('../fonts/roboto-lightitalic-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'robotoregular';

    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),

         url('../fonts/roboto-regular-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/subset-Roboto-Medium.eot');
	src: url('../fonts/subset-Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Medium.woff2') format('woff2'),
		url('../fonts/subset-Roboto-Medium.woff') format('woff'),
		url('../fonts/subset-Roboto-Medium.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/subset-Roboto-Bold.eot');
	src: url('../fonts/subset-Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Bold.woff2') format('woff2'),
		url('../fonts/subset-Roboto-Bold.woff') format('woff'),
		url('../fonts/subset-Roboto-Bold.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}