@font-face {
    font-family: 'MyriadPro-Light';
    src: url('MyriadPro-Light.eot');
    src: url('MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
        url('MyriadPro-Light.woff2') format('woff2'),
        url('MyriadPro-Light.woff') format('woff'),
        url('MyriadPro-Light.ttf') format('truetype'),
        url('MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: 300;
	/*font-weight: normal;*/
    font-style: normal;
}

@font-face {  font-family: 'GothamRounded-Book';
  src: url('GothamRounded-Book.eot');
  src: url('GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
       url('GothamRounded-Book.svg#GothamRounded-Book') format('svg'),
       url('GothamRounded-Book.ttf') format('truetype'),
       url('GothamRounded-Book.woff') format('woff'),
       url('GothamRounded-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {  font-family: 'GothamRounded-Bold';
  src: url('GothamRounded-Bold.eot');
  src: url('GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
       url('GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
       url('GothamRounded-Bold.ttf') format('truetype'),
       url('GothamRounded-Bold.woff') format('woff'),
       url('GothamRounded-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}