:root {
  --bg-1: #052e24;
  --bg-2: #065f46;
  --bg-3: #0d3b2e;
  --accent-start: #34d399;
  --accent-end: #a7f3d0;
}
html, body {
  font-family: "DM Sans", system-ui, sans-serif;
}
.site-glow-left { background: #10b981; }
.site-glow-right { background: #6ee7b7; }
.topbar {
  background: linear-gradient(180deg, rgba(5, 46, 36, 0.92), rgba(5, 46, 36, 0.66));
}
