/* Self-hosted variable faces (DEPLOY.md hard requirement 3 — no Google Fonts in the
   critical path). Same three variable TTFs the /future investor site ships; each file
   carries 100-900, so the weights the pages request (400-700) are real, not synthesized. */
@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost.ttf') format('truetype-variations');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter.ttf') format('truetype-variations');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono.ttf') format('truetype-variations');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
