/**
 * @file palette-terracotta.css
 * Alternative Farbpalette „Wald & Terrakotta".
 * Inert, solange <html data-palette="terracotta"> nicht gesetzt ist.
 * Höhere Spezifität als :root (theme.css) -> gewinnt unabhängig von Ladereihenfolge.
 * Die abgeleiteten --*-light/--*-dark (color-mix auf var(--*)) passen sich automatisch an.
 */
html[data-palette="terracotta"] {
  --background: #FAF7F2;
  --foreground: #1C1C1A;
  --card: #FFFFFF;
  --card-foreground: #1C1C1A;
  --popover: #FFFFFF;
  --popover-foreground: #1C1C1A;
  --primary: #10341F;
  --primary-foreground: #FFFFFF;
  --secondary: #B5451E;
  --secondary-foreground: #FFFFFF;
  --muted: #EFE9E0;
  --muted-foreground: #6B6359;
  --accent: #E3B23C;
  --accent-foreground: #1C1C1A;
  --destructive: #B3261E;
  --destructive-foreground: #FFFFFF;
  --border: #D9D0C4;
  --input: #E7DFD3;
  --ring: #B5451E;
  --footer: #2c6e49;
}
