/*
  Quick design controls for the homepage.
  Change these tokens to restyle the whole page without editing its layout or scripts.
*/
:root {
  --page: #f6f7fa;
  --surface: #ffffff;
  --ink: #111318;
  --muted: #666b76;
  --line: #e2e5ea;
  --blue: #095df2;
  --blue-soft: #edf4ff;
  --shadow: 0 16px 48px rgba(24, 33, 54, 0.09);
  --radius: 22px;
}
