:root {
  /* Palette */
  --background: #F0EBE3;
  --card: #FAF7F2;
  --card-hover: #F5EFE6;
  --foreground: #3D2E1F;
  --secondary: #6D5D4E;
  --tertiary: #7A6F62;
  --primary: #C2572A;
  --primary-hover: #A84A24;
  --primary-foreground: #FAF7F2;
  --destructive: #B34233;
  --warning: #E5A030;
  --border: #DDD5C9;

  /* Sidebar */
  --sidebar-bg: #2A2119;
  --sidebar-fg: #A89A8C;
  --sidebar-fg-bright: #E8DFD4;
  --sidebar-accent: rgba(255, 255, 255, 0.08);
  --sidebar-border: #3D3226;

  /* Bundle tiers */
  --bundle-attention-bg: #D4B8A0;
  --bundle-attention-text: #5E3A22;
  --bundle-standard-bg: #CCC4B4;
  --bundle-standard-text: #504838;
  --bundle-bulk-bg: #C0B8A8;
  --bundle-bulk-text: #4A4232;

  /* Radius */
  --radius: 0.5rem;
  --radius-lg: 0.75rem;

  /* Fonts */
  --font-body: system-ui, -apple-system, sans-serif;
  --font-heading: 'Young Serif', serif;
  --font-mono: 'Geist Mono', monospace;
}
