/* KeyR Code — Design tokens. See CLAUDE.md / DESIGN.md for the rules these encode. */
:root {
  --obsidian: #0D0D0D;
  --graphite: #1C1A16;
  --ivory: #F5F5F5;
  --parchment: #F8F6EF;
  --gold: #D4AF37;
  --bronze: #8A7124;
  --stone: #847E70;
  --fog: #B7B1A2;
  --hair: rgba(212, 175, 55, 0.28);
  --hair-dark: rgba(212, 175, 55, 0.20);

  --font-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
}
