/* ESPN scorebug fonts — served at /espn/fonts, used by the ESPN Scorebug template.
   Loaded by the Designer app, /render and /output so the bug renders with the
   correct broadcast typefaces.
   NOTE: served as WOFF2 (rebuilt clean) — the original TTF/OTF had a corrupt cmap
   table that Chrome's font sanitizer (OTS) rejected, causing a serif fallback. */
@font-face {
  font-family: 'Eurostile Ext Black';
  src: url('/espn/fonts/EurostileExtendedBlack.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Neue Black';
  src: url('/espn/fonts/HelveticaNeueBlack.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Helvetica Neue Bd';
  src: url('/espn/fonts/HelveticaNeueBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
