/* Inter Variable, self-hosted. A Google Fonts CDN tag is a third-party request
   on first paint and is banned. Fetch the woff2 once at build:
     curl -sL https://cdn.jsdelivr.net/npm/@fontsource-variable/inter/files/inter-latin-wght-normal.woff2 \
       -o dashboard/inter.woff2
   The stack degrades to system-ui if the file is absent, so the dashboard
   never blocks on it. */
@font-face{
  font-family:'Inter Variable';
  font-style:normal;
  font-display:swap;
  font-weight:100 900;
  src:url('./inter.woff2') format('woff2-variations');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215;
}
