/* ============================================================
   VELION INTELLIGENCE — Design Tokens
   ============================================================ */

:root {
  /* Brand */
  --navy: #0a1e3f;
  --navy-deep: #061227;
  --navy-light: #1a3055;

  /* Backgrounds */
  --bg: #f4f4ef;
  --bg-pure: #ffffff;
  --bg-section: #ecece6;

  /* Lines & Borders */
  --line: #d4d4ca;
  --line-strong: #2a2a25;

  /* Ink */
  --ink: #0e0e0a;
  --ink-soft: #4a4a44;
  --ink-mute: #8a8a82;

  /* Semantic */
  --accent: var(--navy);

  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Space Grotesk', sans-serif;

  /* Spacing */
  --section-pad: 120px;
  --container-max: 1440px;
  --container-pad: 48px;

  /* Light text on dark backgrounds */
  --text-on-dark: #b8c4d8;
  --text-on-dark-mute: #8aa8d4;
  --text-on-dark-subtle: #6b8cb8;
}
