/* ===== DESIGN TOKENS ===== */
:root {
  /* Colors */
  --cream: #f7f3eb;
  --cream-dark: #ede7d9;
  --bark: #2a1a0a;
  --bark-light: #3d2b18;
  --amber: #c8943e;
  --amber-light: #e0b86a;
  --amber-glow: #c8943e33;
  --forest: #2d4a2d;
  --forest-light: #4a6e4a;
  --forest-pale: #8aab8a;
  --sage: #a3b89a;
  --sage-light: #c5d4be;
  --moss: #6b7f5e;
  --fawn: #c4a882;
  --fawn-light: #d9c9ae;
  --white: #fefcf8;
  --shadow: rgba(42, 26, 10, 0.08);
  --shadow-md: rgba(42, 26, 10, 0.12);

  /* Typography */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Source Sans 3', -apple-system, sans-serif;
  --font-mono: 'DM Mono', 'SF Mono', monospace;

  /* Easing */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}
