/* Self-hosted Inter (variable, latin) - replaces the Google Fonts CDN.
   Weight axis 100-900 covers every weight the app requests (400-800).
   The existing font-family chains in dashboard.css/style.css already name
   'Inter', so this @font-face is all that's needed to resolve it locally. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
}
