/* Hallmark · tokens · macrostructure: Workbench · tone: utilitarian · anchor hue: teal */
:root {
  --color-paper: #f5f2ea;
  --color-panel: #fffefa;
  --color-panel-2: #efebe0;
  --color-field: #ffffff;
  --color-ink: #14211e;
  --color-muted: #5f6f68;
  --color-subtle: #89958f;
  --color-rule: #d8cfbd;
  --color-rule-strong: #b6aa94;
  --color-accent: #126450;
  --color-accent-strong: #083f33;
  --color-accent-soft: #dceee8;
  --color-blue-soft: #e4edf9;
  --color-amber-soft: #f5e6ce;
  --color-rose-soft: #f3dfe0;
  --color-focus: #1f5fd0;
  --color-shadow: rgba(46, 39, 26, 0.12);
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --text-xs: 12px;
  --text-sm: 13px;
  --text-md: 15px;
  --text-lg: 18px;
  --text-xl: 22px;
  --text-2xl: 30px;
  --text-display: clamp(30px, 4.4vw, 56px);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 160ms;
  --dur-med: 240ms;
  --shadow-panel: 0 18px 54px var(--color-shadow);
  --shadow-soft: 0 8px 24px rgba(46, 39, 26, 0.08);
}
