:root {
  --bg-1: #1a1033;
  --bg-2: #4c1d95;
  --bg-3: #2e1065;
  --accent-start: #c084fc;
  --accent-end: #fb923c;
}
html, body {
  font-family: "Manrope", system-ui, sans-serif;
}
.site-glow-left { background: #a855f7; }
.site-glow-right { background: #fb923c; }
.topbar {
  background: linear-gradient(180deg, rgba(26, 16, 51, 0.92), rgba(26, 16, 51, 0.66));
}
