/* Theme overrides to better match justinbartlettanimalrescue.org brand */
:root{
  /* Primary brand: green/teal gradient */
  --brand-a: #2a9d8f;  /* primary */
  --brand-b: #52c234;  /* secondary */
  --brand-1: #2a9d8f;  /* hero/cta gradient start */
  --brand-2: #52c234;  /* hero/cta gradient end */
  /* Subtle background and text tweaks */
  --bg-0: #f7f6f2;     /* soft off-white to echo site header */
  --muted: #5a6b6a;    /* slightly earthier muted text */
}

/* Optional accent tweaks for badges/toasts if desired */
.badge{background:linear-gradient(90deg,#ffd08a,#ff7aa2);}
