:root {
  --paper-base: #f6f2ec;
  --paper-raised: #fbf8f4;
  --ink-primary: #1e1b18;
  --ink-soft: #5c5550;
  --line-subtle: #d9d0c7;
  --accent: #7e8ea3;

  --shadow-soft: 0 10px 30px rgba(40, 34, 28, 0.08);
  --shadow-strong: 0 30px 80px rgba(20, 16, 12, 0.22);

  --radius-s: 14px;
  --radius-m: 24px;
  --radius-l: 28px;

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --space-7: 96px;

  --max-width: 1280px;

  --transition-fast: 180ms ease;
  --transition-slow: 360ms ease;
}
