@font-face {
  font-family: 'vista-sans';
  src: url('fonts/vista-sans-book.woff') format('woff'),
			 url('fonts/vista-sans-book.otf') format('otf'),
       url('fonts/vista-sans-book.eot?eot') format('eot');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'vista-sans';
  src: url('fonts/vista-sans-bold.woff') format('woff'),
			 url('fonts/vista-sans-bold.otf') format('otf'),
       url('fonts/vista-sans-bold.eot?eot') format('eot');
       ;
  font-weight:  700;
  font-style: normal;
  font-stretch: normal;
}


@font-face {
  font-family:'Cadiz';
  src: url('fonts/CertoCadizWeb-Regular.woff2') format('woff2'),
       url('fonts/CertoCadizWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family:'Cadiz';
  src: url('fonts/CertoCadizWeb-Bold.woff2') format('woff2'),
       url('fonts/CertoCadizWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}