
:root {
  --bg: #191010 !important;
  --ink: #f7d9d9 !important;
  --mute: #bfa0a0 !important;
  --rose: #ef4444 !important;
  --rose-soft: #f87171 !important;
  --blush: #f87171 !important;
  --line: #ef444438 !important;
}
body {
  background:
    radial-gradient(900px 520px at 85% 12%, #ef444429, transparent 55%),
    radial-gradient(700px 420px at 10% 30%, #ac2a2a1f, transparent 50%),
    var(--bg) !important;
}
.tl-header { background: #191010eb !important; }
.tl-header.is-scrolled { background: #191010f5 !important; }
