@charset "UTF-8";

/* Custom fonts */

/* UniversalTstd Light font */

@font-face {
  font-family: 'UniversLTStd-Light';
  src: url('UniversLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('UniversLTStd-Light.otf')  format('opentype'),
	     url('UniversLTStd-Light.woff') format('woff'), url('UniversLTStd-Light.ttf')  format('truetype'), url('UniversLTStd-Light.svg#UniversLTStd-Light') format('svg');
  font-weight: light;
  font-style: normal;
}

/* UniversalTstd Bold font */

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


@font-face {
    font-family:'Roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

