:root {
  --brand-700: #0067d8;
  --brand-600: #087cf2;
  --brand-500: #29a8ff;
  --aqua: #56dffb;
  --ink-900: #10213f;
  --ink-800: #1d3153;
  --ink-700: #344764;
  --ink-500: #667995;
  --ink-400: #8a9ab0;
  --surface-50: #f5f9ff;
  --surface-100: #edf5ff;
  --line: #dfe9f6;
  --container: 1200px;
  --font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --card-shadow: 0 20px 50px rgb(27 73 132 / 11%);
}
