/* Last precedence bucket — binds the tenant's brand colors (--site-*, set on
   <body> by apps/public/app/layout.tsx) onto theme.css's own custom
   properties. theme.css itself stays byte-identical to the source. */
:root {
  --wine: var(--site-primary, #5a1f20);
  --gold: var(--site-accent, #b8862f);
}
