/* Phase 1 editorial system. Prepared for the next visual rebuild; not loaded yet. */
:root {
  --gy-ink: #11100e;
  --gy-charcoal: #24211e;
  --gy-paper: #e9e1d4;
  --gy-cinnabar: #9d3426;
  --gy-gold: #b18b50;
  --gy-mountain: #657071;
  --gy-fog: #d5d7d1;
  --gy-serif: "Noto Serif SC", "Songti SC", serif;
  --gy-sans: "Noto Sans SC", "PingFang SC", sans-serif;
  --gy-mono: "DM Mono", monospace;
  --gy-space-1: 8px;
  --gy-space-2: 16px;
  --gy-space-3: 32px;
  --gy-space-4: 64px;
  --gy-space-5: 112px;
  --gy-ease: cubic-bezier(.22, .61, .36, 1);
  --gy-motion: 640ms;
}
