
:root {
  --bg: #191010 !important;
  --bg-elev: #231818 !important;
  --bg-panel: #231818 !important;
  --accent: #d63031 !important;
  --accent-soft: #e17055 !important;
  --text: #f7d9d9 !important;
  --muted: #bfa0a0 !important;
  --line-accent: #d630318c !important;
}
body {
  background:
    radial-gradient(1200px 600px at 80% -10%, #d6303129, transparent 55%),
    radial-gradient(900px 500px at 10% 20%, #9a1c1d38, transparent 50%),
    linear-gradient(180deg, #231818 0%, var(--bg) 40%, #191010 100%) !important;
}
