:root {
  color-scheme: light;
  --paper: #f4f3ed;
  --paper-deep: #ecebe4;
  --surface: #fffef9;
  --surface-muted: #f8f8f3;
  --ink: #17201c;
  --ink-soft: #344039;
  --muted: #69736c;
  --muted-light: #8c958f;
  --line: #d9ddd6;
  --line-strong: #c5ccc4;
  --ledger: #315f47;
  --ledger-dark: #254c38;
  --ledger-deep: #193b2b;
  --ledger-soft: #e4eee7;
  --ledger-pale: #f0f5f1;
  --blue: #41647a;
  --blue-soft: #e6eef2;
  --amber: #ad6d27;
  --amber-soft: #f6ead8;
  --danger: #a84f43;
  --danger-soft: #f7e7e3;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgb(23 32 28 / 0.04), 0 8px 24px rgb(23 32 28 / 0.04);
  --shadow-md: 0 18px 55px rgb(23 32 28 / 0.1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --sidebar-width: 252px;
  --topbar-height: 68px;
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  --font-mono: "SFMono-Regular", "Roboto Mono", "Cascadia Mono", ui-monospace, monospace;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
