/* latin */
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  src: url('/styles/avnltpr.eot'); /* IE9 Compat Modes */
  src: url('/styles/avnltpr.woff') format('woff'), 
       url('/styles/avnltpr.ttf') format('truetype');
}

@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  src: url('/styles/avnltpd.eot'); /* IE9 Compat Modes */
  src: url('/styles/avnltpd.woff') format('woff'), 
       url('/styles/avnltpd.ttf') format('truetype');
}


@font-face {
  font-family: 'myprod';
  font-style: normal;
  font-weight: 500;
  src: url('/styles/myprod.eot'); /* IE9 Compat Modes */
  src: url('/styles/myprod.woff') format('woff'), 
       url('/styles/myprod.ttf') format('truetype');
}

/*
@font-face {
  font-family: 'Avenir';
  font-style: bold;
  font-weight: 800;
  src: url('/styles/avnltpb.woff') format('woff');
}
*/