:root {
  --primary:         #8b1a1a;   /* Weinrot / Landesrot */
  --primary-hover:   #731414;
  --primary-active:  #5a0f0f;
  --primary-dark:    #430b0b;
  --primary-light:   #fdf6f5;
  --primary-subtle:  #faeae8;
  --primary-glow:    rgba(139, 26, 26, 0.25);

  --accent:          #c8922a;   /* Pfälzer Wappengold */
  --accent-hover:    #b07e1f;
  --accent-light:    #fef9ee;
  --accent-subtle:   #fbf0d6;
  --accent-glow:     rgba(200, 146, 42, 0.35);

  --body-bg:         #faf7f4;
  --surface-card:    #ffffff;
  --surface-subtle:  #f5f0ec;
  --surface-input:   #ffffff;

  --border:          #e5ded7;
  --border-focus:    #8b1a1a;

  --text:            #1f1c1a;
  --text-secondary:  #57524e;
  --text-muted:      #78716c;

  --hero-bg-from:    #8b1a1a;
  --hero-bg-to:      #4e0c0c;
  --hero-accent:     #f5c26b;

  --dark:            #380909;
  --light:           #fdf6f5;
}
