:root {
  --ice-1: #F6FAFF;
  --ice-2: #EAF2FC;
  --ice-3: #DEEAF8;
  --white: #FFFFFF;
  --navy: #0d1b2e;
  --navy-soft: #3a4a5e;
  --gray: #6b7480;
  --gray-line: #E4E9F0;
  --blue: #2E7CE4;
  --cyan: #00B4E0;
  --purple: #7B5CE6;
  --pink: #E84C9B;
  --node-blue: #1E6FD9;
  --pulse-cyan: #0096D2;
  --grid-line: rgba(46, 124, 228, 0.09);

  --font-display: 'Sora', 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'SFMono-Regular', Consolas, monospace;

  --max-width: 1180px;
  --radius: 16px;
}
