/* Ape Season theme — derived from logo palette */
:root {
  --background: #edf2e4;
  --foreground: #2a1f14;
  --card: #f5f9ee;
  --card-foreground: #2a1f14;
  --popover: #f5f9ee;
  --popover-foreground: #2a1f14;
  --primary: #4a6b2c;
  --primary-foreground: #f7faf2;
  --secondary: #d8e8c4;
  --secondary-foreground: #2a1f14;
  --muted: #e2edd4;
  --muted-foreground: #5c6b48;
  --accent: #e8672a;
  --accent-foreground: #fff9f3;
  --destructive: #cc2827;
  --border: #4a6b2c38;
  --input: #4a6b2c42;
  --ring: #4a6b2c8c;
}

.text-gold {
  color: transparent;
  background-image: linear-gradient(
    172deg,
    #b8860b 0%,
    #f0c040 26%,
    #7a5518 58%,
    #d4a828 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.coin-edge {
  background: linear-gradient(90deg, #4a6b28, #f0c040, #5a7a32);
}
