:root {
  color-scheme: light;
  --paper: #f6f3ec; --surface: #fffdf8; --ink: #30332e;
  --muted: #686b61; --line: #d8d7cc; --sage: #53674e;
  --sage-soft: #e7ecdf; --taupe: #9c8e7b; --danger: #934434;
  --font: -apple-system, BlinkMacSystemFont, "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --small: .8125rem; --body: 1rem; --heading: 1.75rem; --display: 2.125rem;
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px;
  --radius: 6px; --shadow: none; --measure: 480px; --touch: 48px;
}
