/* JetBrains Mono is a SUBSTITUTION, not brand fact. globals.css leaves
   --font-mono undefined while tailwind.config.ts references it, so the client's
   product falls back to system monospace. Mono carries every figure, record ID
   and evidence chip here, so an undefined face meant two viewers saw different
   type. Pinned to JetBrains Mono to match the artifacts built in this project —
   awaiting the client's intended family. See readme. */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* Manrope — the real brand face, copied from nextjs_space/public/fonts */
@font-face {
  font-family: 'Manrope';
  src: url('../assets/fonts/Manrope-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
