/* Self-hosted fonts for VIC Capital Dashboard
 * DM Sans (variable) + JetBrains Mono (variable): Google Fonts latin subset
 * Cabinet Grotesk 700 + 800: Fontshare
 * Total: ~107 KB across 4 files
 */

/* DM Sans (variable: 400-700 weight axis) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('dm-sans.woff2') format('woff2-variations'),
       url('dm-sans.woff2') format('woff2');
}

/* JetBrains Mono (variable) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('jetbrains-mono.woff2') format('woff2-variations'),
       url('jetbrains-mono.woff2') format('woff2');
}

/* Cabinet Grotesk — display */
@font-face {
  font-family: 'Cabinet Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('cabinet-grotesk-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Cabinet Grotesk';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('cabinet-grotesk-800.woff2') format('woff2');
}
