@font-face {
    font-family: 'butlerregular';
    src: url('cbutler_regular-webfont.woff2') format('woff2'),
         url('../fonts/butler_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src:url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  
	  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
	  url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), 
	  url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), 
	  url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}