
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Robotolight';
  src: url('../_fonts/original_Roboto-Light.eot');
  src: url('../_fonts/original_Roboto-Light.eot') format('embedded-opentype'), url('../_fonts/original_Roboto-Light.woff') format('woff'), url('../_fonts/original_Roboto-Light.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoMedium';
  src: url('../_fonts/original_Roboto-Medium.eot');
  src: url('../_fonts/original_Roboto-Medium.eot') format('embedded-opentype'), url('../_fonts/original_Roboto-Medium.woff') format('woff'), url('../_fonts/original_Roboto-Medium.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1 span{
  font: normal normal normal 45px Robotolight;
  
}
h1 {
  font: normal normal normal 45px RobotoMedium;
}