/* themes-v1: Ivory (family: light-only). Anchors used directly as light palette: #fdfcf8 #f5f2e8 #e8e4d8 #8a8478 #3a3328. No .theme-ivory.dark — selecting dark mode on ivory falls back to obsidian dark via lib/theme.ts. */ .theme-ivory { --background: #fdfcf8; --foreground: #3a3328; --card: #f5f2e8; --card-foreground: #3a3328; --popover: #f5f2e8; --popover-foreground: #3a3328; --primary: #3a3328; --primary-foreground: #fdfcf8; --secondary: #e8e4d8; --secondary-foreground: #3a3328; --muted: #e8e4d8; --muted-foreground: #8a8478; --accent: #3a3328; --accent-foreground: #fdfcf8; --destructive: #b91c1c; --destructive-foreground: #ffffff; --border: #e8e4d8; --input: #e8e4d8; --ring: #3a3328; --sidebar: #f5f2e8; --sidebar-foreground: #3a3328; --sidebar-primary: #3a3328; --sidebar-primary-foreground: #fdfcf8; --sidebar-accent: #e8e4d8; --sidebar-accent-foreground: #3a3328; --sidebar-border: #e8e4d8; --sidebar-ring: #3a3328; }