/* The Heirloom — Copper + Charcoal
   Active theme for made.kitchen
   Load before style.css in every HTML page */

:root {
  --theme-cta:          #B87333;  /* copper — primary CTA, buttons, links */
  --theme-cta-hover:    #9E6228;  /* darker copper — hover state */
  --theme-cta-vibrant:  #C4851A;  /* slightly more vibrant — Mark Paid button */
  --theme-text:         #2D2926;  /* charcoal — primary text */
  --theme-bg:           #F9F7F2;  /* warm parchment — primary background */
  --theme-surface:      #F0EBE3;  /* slightly darker parchment — card backgrounds */
  --theme-accent:       #4A5D23;  /* dried sage — success states, checkmarks */
  --theme-text-on-cta:  #F9F7F2;  /* bone white — text on copper buttons */
}
