:root {
  --bg: 14 18 16;
  --bg-elev: 18 24 20;
  --panel: 22 30 26;
  --panel-2: 28 38 33;
  --text: 236 241 238;
  --text-muted: 184 196 189;
  --text-subtle: 140 154 146;
  --accent: 154 183 112;
  --accent-2: 116 149 86;
  --border: 84 98 90;
  --ring: 154 183 112;
  --success: 120 190 140;
  --warning: 240 196 92;
  --danger: 242 110 110;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur-2: 180ms;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --dur-2: 0ms;
  }
}
