

/* Trebuchet Regular */
@font-face {
  font-family: 'TrebuchetMS';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/TrebuchetMS.eot'); /* IE9 Compat Modes */
  src: local('TrebuchetMS'), local('TrebuchetMS'),
       url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TrebuchetMS.woff') format('woff'), /* Modern Browsers */
       url('../fonts/TrebuchetMS.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TrebuchetMS.svg#TrebuchetMS') format('svg'); /* Legacy iOS */
}

/* Trebuchet Bold */
@font-face {
  font-family: 'TrebuchetMSBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/TrebuchetMSBold.eot'); /* IE9 Compat Modes */
  src: local('TrebuchetMSBold'), local('TrebuchetMSBold'),
       url('../fonts/TrebuchetMSBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TrebuchetMSBold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/TrebuchetMSBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/TrebuchetMSBold.svg#TrebuchetMSBold') format('svg'); /* Legacy iOS */
}
