/* Central tokens keep the approved Pencil palette consistent across views. */
:root {
  --page: #f7f5fc;
  --surface: #fefcff;
  --surface-soft: #f3f0f9;
  --ink: #1f2529;
  --ink-soft: #60656d;
  --ink-muted: #8b8e97;
  --border: #e4e1ea;
  --brand-soft: #bfaff7;
  --brand: #8f73e8;
  --brand-pale: #eee9ff;
  --brand-ink: #2e2357;
  --coral: #f48770;
  --blue: #72a7e6;
  --mint: #66c8af;
  --yellow: #f4c95d;
  --pink: #e8a8c3;
  --success: #2f8f72;
  --danger: #b94b39;
  --radius: 8px;
  --sidebar: 232px;
  --topbar: 88px;
  --font-display: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "PingFang SC", "Microsoft YaHei", sans-serif;
}

