/* Real Outfit Variable the app ships (@fontsource-variable/outfit) — same-origin, so no CDN needed.
   Cloudflare Pages serves this next to the pages; at claude.ai-artifact time you'd inline it as a
   data: URI instead (see docs/artifact-to-frontend-brief.md §6.1). */
@font-face {
  font-family: 'Outfit Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('./fonts/outfit.woff2') format('woff2');
}
