/* Inter — brand typeface for Sky Sports Line Up / ShowRunner.
 * Sourced from Google Fonts (https://fonts.google.com/specimen/Inter).
 * Self-hosted here as a single variable-weight woff2 (covers 400–700).
 * The product itself loads Inter via @import in Layout.jsx; this file is
 * the offline-safe equivalent for prototypes and static HTML.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./Inter.woff2') format('woff2-variations'),
       url('./Inter.woff2') format('woff2');
}
