:root {
  color-scheme: light;
  --paper: #f7f2ea;
  --paper-deep: #efe5d8;
  --card: #fffaf3;
  --card-strong: #fff6ea;
  --ink: #2f261f;
  --muted: #75675d;
  --faint: #9a8b7d;
  --line: #e3d4c2;
  --line-strong: #d2bda7;
  --terracotta: #b85c38;
  --terracotta-dark: #8f4228;
  --green: #55745d;
  --amber: #a56d23;
  --red: #a3483d;
  --code: #2b2622;
  --shadow: 0 20px 50px rgba(83, 61, 41, 0.11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1320px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
