/* Self-hosted Inter (Google Fonts, OFL-licensed, no attribution/payment
   required) — replaces the previous "hope the OS has it" fallback that
   both the overlay (an OBS/CEF browser source, may not have any system
   fonts installed at all) and the main site relied on. Single variable-
   weight file (font-weight: 100–900 in one file) covers the alert/goal/
   chat-ticker font_family fields (default 'Inter, sans-serif') without
   needing separate per-weight files. Latin subset only — matches this
   site's actual text content, keeps the file small (~48KB). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/inter/Inter-Variable-latin.260c81a4759b.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
