:root {
  --canvas-start: #141310;
  --canvas-mid: #1b1812;
  --canvas-end: #2a2414;
  --bg: #141310;
  --bg-elev: #1c1b18;
  --bg-spot: #26231c;
  --ink: #f5f5f3;
  --muted: #d4d4d8;
  --faint: #9a9a9e;
  --yellow: #5eb0f6;
  --yellow-hot: #8ecbff;
  --brass: #5eb0f6;
  --olive: #35c759;
  --danger: #e5484d;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
  --shadow-float: 0 18px 48px rgba(0, 0, 0, 0.42);
  --radius: 24px;
  --radius-sm: 16px;
  --font: "Poppins", system-ui, sans-serif;
  --mono: "Source Code Pro", ui-monospace, monospace;
  --space: 1.25rem;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --nav-pad: 5.5rem;
  --content-max: 1120px;
  --gutter: 1.5rem;
}
