/* =========================================================
   EDITABLE: Color palette & typography
   Adjust these to match your personal aesthetic
   ========================================================= */
:root {
  /* Warm vintage palette */
  --ink: #3d2b1f;
  --ink-light: #6b5344;
  --ink-faded: #9a8578;
  --paper: #f4ead5;
  --paper-aged: #e8dcc4;
  --paper-dark: #d4c4a8;
  --leather: #5c3d2e;
  --leather-dark: #3d2817;
  --leather-light: #7a5540;
  --wood: #6b4423;
  --wood-light: #8b6239;
  --wood-dark: #4a2f18;
  --rose: #c47a7a;
  --rose-soft: #e8b4b4;
  --sage: #8a9a7b;
  --gold: #c9a961;
  --gold-muted: #b8956a;
  --coffee: #4a3728;
  --tape-pink: #e8c4c4;
  --tape-cream: #f0e6d3;
  --shadow-soft: rgba(61, 43, 31, 0.15);
  --shadow-deep: rgba(61, 43, 31, 0.35);

  /* Typography — handwritten & vintage */
  --font-hand: 'Caveat', cursive;
  --font-script: 'Dancing Script', cursive;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-typewriter: 'Special Elite', monospace;

  /* Timing — slow, emotional */
  --ease-gentle: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-page: cubic-bezier(0.65, 0, 0.35, 1);
  --duration-slow: 1.2s;
  --duration-medium: 0.8s;
  --duration-fast: 0.4s;
}
