/* Local "Discovery" brand font, served verbatim from /fonts (public folder).
   Linked directly from index.html so the URL is stable and matches the
   <link rel="preload"> hints exactly. font-display: swap keeps text painted
   in a fallback until the woff2 settles (zero render-blocking). */
@font-face {
  font-family: 'Discovery';
  src: url('/fonts/Discovery_Fs-Black.woff2') format('woff2'),
       url('/fonts/Discovery_Fs-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Discovery';
  src: url('/fonts/Discovery_Fs-Thin.woff2') format('woff2'),
       url('/fonts/Discovery_Fs-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
