@font-face {
  font-family: 'FranklinGothicM';
  font-style: normal;
  font-weight: 300;
  src:	local('Franklin Gothic Medium'),
  		url('fontes/franklin-gothic-medium.eot?#iefix') format('embedded-opentype'),
        url('fontes/franklin-gothic-medium.woff') format('woff'),
        url('fontes/franklin-gothic-medium.ttf') format('truetype'),
        url('fontes/franklin-gothic-medium.svg#FranklinGothicM') format('svg');
}
@font-face {
  font-family: 'FranklinGothicC';
  font-style: normal;
  font-weight: 300;
  src: local('Franklin Gothic Demi Cond'),
  		url('fontes/franklin-gothic-demi-cond-regular.eot?#iefix') format('embedded-opentype'),
        url('fontes/franklin-gothic-demi-cond-regular.woff') format('woff'),
        url('fontes/franklin-gothic-demi-cond-regular.ttf') format('truetype'),
        url('fontes/franklin-gothic-demi-cond-regular.svg#FranklinGothicC') format('svg');
}