
:root {
  --bg: #101917 !important;
  --ink: #d9f7f1 !important;
  --mute: #a0bfb9 !important;
  --rose: #00b894 !important;
  --rose-soft: #81ecec !important;
  --blush: #81ecec !important;
  --line: #00b89438 !important;
}
body {
  background:
    radial-gradient(900px 520px at 85% 12%, #00b89429, transparent 55%),
    radial-gradient(700px 420px at 10% 30%, #00846a1f, transparent 50%),
    var(--bg) !important;
}
.tl-header { background: #101917eb !important; }
.tl-header.is-scrolled { background: #101917f5 !important; }
