/* Cars4Cash design tokens — single source of truth for all mockups.
   Palette anchored on the existing logo: green wordmark, charcoal "4Ca$h",
   gold dollar sign. */
:root {
  --c4c-green: #4e8b3a;
  --c4c-green-deep: #35682a;
  --c4c-charcoal: #3a3a3a;
  --c4c-ink: #1c1c1c;
  --c4c-gold: #f0a81f;
  --c4c-gold-deep: #d18e0a;
  --c4c-paper: #ffffff;
  --c4c-mist: #eef8fd;   /* pale blue tint carried from current site */
  --c4c-sand: #f6f1e9;   /* warm section background, softened from #eee0d3 */
  --radius: 12px;
  --shadow: 0 4px 24px rgba(28, 28, 28, 0.10);
}
