/* ==========================================================================
   theme-rustikal.css - Perls Holzschmiede
   Rustikales Theme: Dunkles Holz, schwere Texturen, Werkstatt-Atmosphaere

   Tiefe, warme Dunkeltoene mit Brandorange und Kupfer-Akzenten.
   Kraeftigere Schatten, robustes und handwerkliches Erscheinungsbild.
   ========================================================================== */

[data-theme="rustikal"] {
  /* --- Farben --- */
  --color-primary: #B8651A;
  --color-primary-light: #D4832E;
  --color-primary-dark: #944F12;
  --color-secondary: #5C3D1E;
  --color-secondary-light: #7A5432;
  --color-secondary-dark: #3E2910;
  --color-accent: #CD7F32;
  --color-accent-light: #DEAA6A;
  --color-accent-dark: #A66528;

  --color-bg: #1C1108;
  --color-bg-alt: #2A1A0E;
  --color-text: #E8D5B7;
  --color-text-light: #C4A882;
  --color-text-muted: #8A7358;
  --color-border: #3D2B18;
  --color-surface: #2A1A0E;
  --color-surface-hover: #362213;

  --color-success: #5A8C3C;
  --color-error: #C44B3F;
  --color-warning: #D4952A;

  /* --- Schatten: Kraeftiger, waermer --- */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 10px 24px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.5);

  /* --- Rahmen: Etwas rauer, weniger glatt --- */
  --radius-sm: 0.1875rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
}
