@font-face {
  font-family: 'Century Gothic';
  src: local('Century Gothic'),
        url('fonts/CenturyGothic.eot') format('embedded-opentype'),
         url('fonts/CenturyGothic.woff') format('woff'),
         url('fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}


@font-face {
font-family: 'Parrafo';
	src: local('Gotham'),
    url('fonts/GothamBook.eot') format('embedded-opentype'),
    url('fonts/GothamBook.woff') format('woff'),
    url('fonts/GothamBook.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}


