/* themes-v1: Copper (family: orange/amber). Dark anchors: #100800 #1c1408 #2e1f0a #8a6040 #b87333. */ .theme-copper { --background: #fdf8f0; --foreground: #2a1f0a; --card: #faf0e0; --card-foreground: #2a1f0a; --popover: #faf0e0; --popover-foreground: #2a1f0a; --primary: #8a5424; --primary-foreground: #ffffff; --secondary: #f0e0c0; --secondary-foreground: #2a1f0a; --muted: #f0e0c0; --muted-foreground: #6e4828; --accent: #8a5424; --accent-foreground: #ffffff; --destructive: #b91c1c; --destructive-foreground: #ffffff; --border: #f0e0c0; --input: #f0e0c0; --ring: #8a5424; --sidebar: #faf0e0; --sidebar-foreground: #2a1f0a; --sidebar-primary: #8a5424; --sidebar-primary-foreground: #ffffff; --sidebar-accent: #f0e0c0; --sidebar-accent-foreground: #2a1f0a; --sidebar-border: #f0e0c0; --sidebar-ring: #8a5424; } .theme-copper.dark { --background: #100800; --foreground: #f8e8c8; --card: #1c1408; --card-foreground: #f8e8c8; --popover: #1c1408; --popover-foreground: #f8e8c8; --primary: #b87333; --primary-foreground: #100800; --secondary: #2e1f0a; --secondary-foreground: #f8e8c8; --muted: #2e1f0a; --muted-foreground: #8a6040; --accent: #b87333; --accent-foreground: #100800; --destructive: #dc2626; --destructive-foreground: #ffffff; --border: #2e1f0a; --input: #2e1f0a; --ring: #b87333; --sidebar: #1c1408; --sidebar-foreground: #f8e8c8; --sidebar-primary: #b87333; --sidebar-primary-foreground: #100800; --sidebar-accent: #b87333; --sidebar-accent-foreground: #100800; --sidebar-border: #2e1f0a; --sidebar-ring: #b87333; }