/* Tiempos Font Family */

/* Tiempos Text Regular */
@font-face {
  font-family: 'Tiempos';
  src: url('./tiempos-text-web-regular.woff2') format('woff2'),
       url('./tiempos-text-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Tiempos Text Regular Italic */
@font-face {
  font-family: 'Tiempos';
  src: url('./tiempos-text-web-regular-italic.woff2') format('woff2'),
       url('./tiempos-text-web-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
