
:root {
  --bg: #191111 !important;
  --ink: #f7dada !important;
  --mute: #bfa3a3 !important;
  --rose: #ff6b6b !important;
  --rose-soft: #f83b3b !important;
  --blush: #f83b3b !important;
  --line: #ff6b6b38 !important;
}
body {
  background:
    radial-gradient(900px 520px at 85% 12%, #ff6b6b29, transparent 55%),
    radial-gradient(700px 420px at 10% 30%, #b747471f, transparent 50%),
    var(--bg) !important;
}
.tl-header { background: #191111eb !important; }
.tl-header.is-scrolled { background: #191111f5 !important; }
