/* Inter Font - Professional fintech typography
   Self-hosted for offline banking environments

   Features:
   - Tabular figures for aligned financial data
   - Screen-optimized for digital interfaces
   - Excellent legibility at small sizes (11-14px)
   - Used by Stripe, Linear, Vercel
*/

/* Inter Light (300) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Inter Regular (400) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter Medium (500) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Inter SemiBold (600) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Inter Bold (700) */
@font-face {
  font-family: 'Inter';
  src: url('./Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
