@font-face {
  font-family: TiemposText;
  src: url("/fonts/TiemposText.woff2") format("woff2");
  font-weight: 400;
  font-style: regular;
  font-display: block;
}
@font-face {
  font-family: TiemposText;
  src: url("/fonts/TiemposTextItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: TiemposText;
  src: url('/fonts/TiemposTextMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: regular;
  font-display: block;
}
@font-face {
  font-family: TiemposText;
  src: url('/fonts/TiemposTextMediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: TiemposText;
  src: url("/fonts/TiemposTextBold.woff2") format("woff2");
  font-weight: 600;
  font-style: regular;
  font-display: block;
}
@font-face {
  font-family: TiemposText;
  src: url("/fonts/TiemposTextBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}


@font-face {
  font-family: GooperSemiCondensed;
  src: url("/fonts/GooperSemiCondensed7-SemiBold.woff2") format("woff2");
  font-weight: 400;
  font-style: regular;
  font-display: block;
}