
:root {
  --bg: #191610 !important;
  --bg-elev: #231f18 !important;
  --bg-panel: #231f18 !important;
  --accent: #f39c12 !important;
  --accent-soft: #fdcb6e !important;
  --text: #f7ebd9 !important;
  --muted: #bfb3a0 !important;
  --line-accent: #f39c128c !important;
}
body {
  background:
    radial-gradient(1200px 600px at 80% -10%, #f39c1229, transparent 55%),
    radial-gradient(900px 500px at 10% 20%, #ae6d0438, transparent 50%),
    linear-gradient(180deg, #231f18 0%, var(--bg) 40%, #191610 100%) !important;
}
