@font-face {
  font-family: 'BentonSansBBVA-Medium';
  src: url('fonts/BentonSansBBVA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BentonSansBBVA-Book';
  src: url('fonts/BentonSansBBVA-Book.ttf') format('truetype');
  font-weight: 350;
  font-style: Book;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('fonts/TiemposHeadline-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos Headline';
  src: url('fonts/TiemposHeadline-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}