/* Self-hosted variable fonts — Construction Intelligence Platform
   All fonts are SIL Open Font License 1.1. Variable (single file, full weight axis). */

/* Inter — UI + display (workhorse) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter-variable-italic.woff2') format('woff2');
}

/* JetBrains Mono — numbers / prices / measurements (tabular) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('./jetbrains-mono-variable.woff2') format('woff2');
}

/* Geist — premium display alternative (Vercel) */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-variable.woff2') format('woff2');
}

/* Geist Mono — alternative mono */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-mono-variable.woff2') format('woff2');
}
