/* ============================================================
   VILLOWS DTRENDZ — Shared brand color tokens
   Used by: admin panel, reseller portal pages, invoice.
   (Store pages use css/main.css's --purple tokens instead.)

   To re-theme admin + reseller + invoice at once, change the
   4 values below — nothing else in those files should ever
   hardcode a brand hex again.
   ============================================================ */
:root{
  --p: #A3B86B;      /* brand accent — backgrounds, borders, decorative fills (lightened sage tint of olive — see main.css comment) */
  --pl: #B5C48A;      /* lighter accent — hover states */
  --pp: #EAF0E0;      /* pale tint — badge/highlight backgrounds */
  --p-dark: #4B2E5A;  /* readable dark variant — text, icons on light backgrounds */
}
