:root {
  --bg: #f5efe6;
  --bg-card: #ffffff;
  --ink: #2a2620;
  --ink-soft: #6b6359;
  --ink-mute: #9a9087;
  --line: #e8dfd2;
  --line-soft: #efe7da;

  /* Sun and Star brand: dark olive plus ochre gold */
  --olive: #3d4137;
  --olive-deep: #2c2f27;
  --olive-edge: #525649;
  --gold: #b87939;
  --gold-light: #d4a574;
  --gold-soft: rgba(184, 121, 57, 0.45);
  --cream-warm: #ffddd0;

  --morning: #d4a574;
  --morning-soft: #f7ebd9;
  --morning-deep: #b8843a;

  --evening: #b87939;
  --evening-soft: #f5e8d4;
  --evening-deep: #8a5824;

  --moon: #2c3447;
  --moon-soft: #d8dde6;
  --moon-deep: #1a1f2c;

  --shadow: 0 1px 2px rgba(42, 38, 32, 0.04), 0 12px 30px rgba(42, 38, 32, 0.06);
  --shadow-deep: 0 4px 8px rgba(42, 38, 32, 0.08), 0 24px 60px rgba(42, 38, 32, 0.12);
  --radius: 18px;
  --radius-sm: 10px;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}
