:root{
  --color-background:#090c0b;
  --color-surface:#111715;
  --color-text:#fff;
  --color-muted:#c3c8c5;
  --color-accent:#f4c540;
  --color-accent-hover:#ffd85a;
  --color-border:#4b514d;
  --color-error:#ffb4a8;
  --font-primary:'Courier Prime','Courier New',Courier,monospace;
  --content-width:1140px;
  --space-xs:.375rem;
  --space-sm:.75rem;
  --space-md:1rem;
  --space-lg:1.5rem;
  --space-xl:3rem;
  --space-2xl:6rem;
  --transition-fast:160ms ease;
  --transition-normal:360ms ease;
  --fire-animation-speed:3.4s;
  --fire-flicker-strength:.06;
  --fire-glow-strength:.18;
  --fire-glow-size:1;
  --fire-glow-x:1196;
  --fire-glow-y:822;
  --fire-ember-count:4;
}

