@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'MyriadPro-Light';
  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'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  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');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Aharoni';
    src: url('../fonts/Aharoni-Bold.woff2') format('woff2'),
        url('../fonts/Aharoni-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



