/* GIMMI website palette, drawn from the Eyal Zipuim quotation. */
:root {
  --paper: #f7f5ef;
  --paper-bright: #ffffff;
  --white: #ffffff;
  --ink: #171913;
  --ink-soft: #65655f;
  --ink-rgb: 23 25 19;
  --line: #e2e0d9;
  --line-strong: #bcbab2;
  --line-rgb: 188 186 178;
  --surface-muted: #efeee9;
  --hero-ground: var(--paper);
  --accent: #ff6847;
  --accent-rgb: 255 104 71;
  --accent-soft: #fff0eb;
  --accent-ink: #b44730;
  --accent-hover: #ff8065;
  --coral: var(--accent);
  --coral-text-on-light: var(--accent-ink);
  --on-dark: #ffffff;
  --on-dark-muted: #d3d3cb;
  --focus-ring: var(--accent-ink);
  --status-error: #b42318;
  --shadow-soft: 0 6px 18px rgb(var(--ink-rgb) / 6%);
  --shadow-card: 0 14px 32px rgb(var(--ink-rgb) / 10%);
  --shadow-hover: 0 18px 40px -18px rgb(var(--ink-rgb) / 20%);
}
