:root {
  --color-primary: #cc5500;     /* brand / CTAs */
  --color-secondary: #33302e;   /* secondary buttons, accents */
  --color-success: #4f7942;     /* positive states */
  --color-warning: #e7a220;     /* warning/alerts */
  --color-danger: #d04040;      /* errors, destructive */
  --color-info: #5d8b8e;        /* info highlights */

  --color-dark: #33302e;        /* headlines, text */
  --color-neutral: #a0968d;     /* borders, muted text */
  --color-light: #d7d0c8;       /* light bg */
  --color-base: #f9f7f5;        /* default page bg */

}