/* theme-ramp.css — Ramp-leaning skin (default). */
/* Swap this one file to reskin for another company. */

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --ink: #0d0d0f;
  --ink-soft: #3f3f46;
  --ink-faint: #9b9ba3;
  --line: #ececee;
  --accent: #00b86b;          /* Ramp green */
  --accent-soft: #e6f7ee;
  --on-accent: #ffffff;
  --font-display: 'Inter', -apple-system, sans-serif;  /* Ramp = clean sans, no serif */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Ramp leads headlines tighter, sans throughout, slightly larger hero */
.hero h1 { font-weight: 600; letter-spacing: -0.025em; }
.case-title { font-weight: 600; letter-spacing: -0.02em; }
