/* AgentBeck design tokens — LOCKED. See docs/DESIGN_SYSTEM.md */
:root {
  --yellow: #ffc82c;
  --ink: #111;
  --muted: #444;
  --paper: #fffef8;
  --card: #fff;
  --accent: #ff3b00;
  --green: #1a9b4a;
  --blue: #1a56db;
  --shadow: 5px 5px 0 #111;
  --shadow-sm: 3px 3px 0 #111;
  --font: "Inter", system-ui, sans-serif;
  --display: "Outfit", system-ui, sans-serif;
  --mono: "Fira Code", ui-monospace, monospace;
  --max: 920px;
}
