
@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
       url('../fonts/MyriadPro-Regular.woff') format('woff'), 
       url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), 
       url('../fonts/MyriadPro-Regular.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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