/* Approved Forest design tokens. Shared by marketing and all workspace roles. */
:root, body.light {
 --bg:#f4f1e9; --bg2:#fff; --panel:#fff; --panel2:#efede3; --line:#d8dbcc;
 --text:#1c2c23; --muted:#586252; --accent:#284d39; --accent2:#d7c580;
 --ok:#284d39; --warn:#956213; --bad:#b63039;
 --shadow:0 2px 4px rgb(28 44 35 / 3%),0 12px 32px rgb(28 44 35 / 4%);
 --radius:16px; --font:"Helvetica Neue",Arial,sans-serif;
 --surface:#fffdf7; --surface-soft:#eeefe3;
 --link-color:#24543f; --focus-color:#496c30; --control-radius:10px;
}
