/* ---- neubrutalism design tokens (restrained, wide) ---- */
:root {
  --bg: #faf7ef;
  --surface: #ffffff;
  --ink: #141210;
  --ink-2: #5c574c;
  --hair: #e4e0d3;
  --hair-2: #cbc6b6;
  --accent: #ff4d1f;
  --accent-2: #ffd43f;
  --good: #1c7a3f;
  --bad: #d62b17;

  --bw: 3px;
  --border: var(--bw) solid var(--ink);
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
  --shadow-accent: 6px 6px 0 var(--accent);

  --display: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;

  --t-display: clamp(2.8rem, 7vw, 5rem);
  --t-h2: clamp(1.8rem, 4vw, 2.6rem);
  --t-body: 1.0625rem;
  --t-small: 0.875rem;
  --t-mono: 0.72rem;

  --s1: 8px;  --s2: 16px; --s3: 24px;
  --s4: 32px; --s5: 40px; --s6: 48px;

  --maxw: 1180px;
}
