
:root {
  --bg: #121119 !important;
  --ink: #ddd9f7 !important;
  --mute: #a5a2bf !important;
  --rose: #6c5ce7 !important;
  --rose-soft: #a29bfe !important;
  --blush: #a29bfe !important;
  --line: #6c5ce738 !important;
}
body {
  background:
    radial-gradient(900px 520px at 85% 12%, #6c5ce729, transparent 55%),
    radial-gradient(700px 420px at 10% 30%, #493da61f, transparent 50%),
    var(--bg) !important;
}
.tl-header { background: #121119eb !important; }
.tl-header.is-scrolled { background: #121119f5 !important; }
