/* Inter variable font — enqueued FIRST (before tokens.css).
   woff2 first (340 KB vs 854 KB TTF); TTF kept as fallback. */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2-variations'),
       url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
