/*
Original Google Fonts CSS statement:
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:300" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Roboto:100,300,500" rel="stylesheet" type="text/css" />
*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('./google-fonts/Roboto-Thin.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'), url('./google-fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./google-fonts/Roboto-Thin.woff2') format('woff2'), /* Modern Browsers */
    url('./google-fonts/Roboto-Thin.woff') format('woff'), /* Modern Browsers */
    url('./google-fonts/Roboto-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./google-fonts/Roboto-Thin.svg') format('svg'); /* Legacy iOS */ 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./google-fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('./google-fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./google-fonts/Roboto-Light.woff2') format('woff2'), /* Modern Browsers */
    url('./google-fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */
    url('./google-fonts/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./google-fonts/Roboto-Light.svg') format('svg'); /* Legacy iOS */ 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./google-fonts/Roboto-Medium.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('./google-fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./google-fonts/Roboto-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('./google-fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */
    url('./google-fonts/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./google-fonts/Roboto-Medium.svg') format('svg'); /* Legacy iOS */  
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./google-fonts/RobotoCondensed-Light.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('./google-fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./google-fonts/RobotoCondensed-Light.woff2') format('woff2'), /* Modern Browsers */
    url('./google-fonts/RobotoCondensed-Light.woff') format('woff'), /* Modern Browsers */
    url('./google-fonts/RobotoCondensed-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./google-fonts/RobotoCondensed-Light.svg') format('svg'); /* Legacy iOS */ 
}