:root {
  /* Core Brand */
  --color-primary: #7e4242;    /* Deep Earthy Red */
  --color-secondary: #c7c5a3;  /* Darker shade of background */
  --color-accent: #df7126;     /* Amber, for highlights and CTAs */

  /* Neutral Base */
  --color-background: #fdf6e3;    /* Warm Light Background */
  --color-background-secondary: #fde7ce;    /* Warm Light Background */
  --color-surface: #FFFFFF;       /* Card/Container Background */
  --color-border: #5a3030;        /* Light Gray Divider */
  --color-text-primary: #111827;  /* High Contrast Text */
  --color-text-secondary: #6B7280; /* Subtle Text */
  --color-disabled: #9CA3AF;      /* Disabled/Muted UI */

  /* Feedback */
  --color-success: #10B981; /* Green */
  --color-warning: #F59E0B; /* Amber */
  --color-error: #EF4444;   /* Red */
  --color-info: #7e4242;    /* Same as primary for info consistency */
}
