:root {
  --ink: #0a1724;
  --ink-soft: #465668;
  --navy: #071b2e;
  --navy-2: #0b2740;
  --blue: #0c5bd9;
  --blue-hover: #084ab4;
  --cyan: #29b8d3;
  --cyan-soft: #e8f9fc;
  --paper: #ffffff;
  --canvas: #f5f7f9;
  --canvas-blue: #f2f7fc;
  --line: #dfe6ec;
  --line-dark: rgba(255,255,255,.12);
  --success: #138a68;
  --danger: #d4574c;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 30px rgba(7, 27, 46, .06);
  --shadow: 0 24px 70px rgba(7, 27, 46, .12);
  --ease: cubic-bezier(.2,.75,.2,1);
  --section-space: clamp(5rem, 9vw, 8.5rem);
  --font: Inter, Manrope, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
