/* Agent Hero brand tokens. Single source of truth for color and type. */
:root{
  color-scheme: light;

  --charcoal:#2C2C2A;  --dark:#444441;   --mid:#5F5E5A;
  --stone:#888780;     --stone-light:#B4B2A9;
  --border:#D3D1C7;    --cream:#F1EFE8;  --white:#FFFFFF;
  --amber:#EF9F27;     --amber-deep:#BA7517; --amber-dark:#854F0B;
  --good:#4C7A52;      --warn:#B0432C;

  --serif:'EB Garamond', Georgia, serif;
  --sans:'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --rail:230px;
  --radius:8px;
  --radius-lg:9px;
  --shadow:0 1px 2px rgba(44,44,42,.05), 0 6px 18px rgba(44,44,42,.06);

  --tap:44px;          /* minimum touch target */
  --field:48px;        /* input height, mobile friendly */
}
