:root{
  /* Accent colors used by buttons/chips/etc. */
  --accent2: #7c3aed;
  --accent3: #38bdf8;

  /* Also override the page background variables */
  --bg1: #130924;
  --bg2: #061319;
}

/* Force the hero/background + blobs to follow tenant colors */
body{
  background:
    radial-gradient(1200px 800px at 10% 10%, #382071 0%, transparent 60%),
    radial-gradient(1000px 700px at 90% 10%, #1d5985 0%, transparent 65%),
    linear-gradient(180deg, var(--bg1), var(--bg2)) !important;
}

/* Match your blob accents to brand colors */
.blob.b1{ background: conic-gradient(from 0deg at 50% 50%, var(--accent2), var(--accent3), var(--accent2)) !important; }
.blob.b2{ background: conic-gradient(from 180deg at 50% 50%, var(--accent3), var(--accent2), var(--accent3)) !important; }
