/* Shared design tokens for the light "app" pages (order.html, templates.html,
   client-account.html) — courier-facing, {tenant}.carmel-go.com. Tokens that
   are byte-identical across all three files (DES-01, docs/audit/
   04c-design-coupling.md) — no new colors or values, pure deduplication.
   order.html/templates.html link shared-order-templates.css too (a superset
   for their own larger shared surface); client-account.html only needs this
   file plus its own local rules — it doesn't share enough component CSS with
   the other two to justify a bigger shared file. */

:root{
  --bg:#EEF1F5;
  --paper:#FFFFFF;
  --ink:#14171C;
  --muted:#737A86;
  --line:#E2E6EC;
  --field:#F4F6F9;
  --accent:#FF6B1A;
  --ok:#1BA45A;
  --body:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
