/* ============================================================
   Vandelay Companies — Typography
   Loaded but NOT applied during Phase 0.
   Phase 1+ adds .vc-design-context wrapper that uses these.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..700,0..100&family=Hanken+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* Type scale (declared but unused in Phase 0 — only takes effect
   inside .vc-design-context, which doesn't exist yet) */

.vc-design-context {
  font-family: var(--vc-sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--vc-ink);
  background: var(--vc-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
