/* Self-hosted Geist font - Optimized for performance */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./geist-400.ttf') format('truetype');
  unicode-range: U+0020-007E; /* Basic ASCII characters */
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./geist-500.ttf') format('truetype');
  unicode-range: U+0020-007E; /* Basic ASCII characters */
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./geist-600.ttf') format('truetype');
  unicode-range: U+0020-007E; /* Basic ASCII characters */
}

/* Critical font preloading hint */
/* Add this to HTML: <link rel="preload" href="/fonts/geist-400.ttf" as="font" type="font/ttf" crossorigin> */