:root {
  --gpv2-canvas: #aab9bf;
  --gpv2-mist: #cad7da;
  --gpv2-surface: rgb(230 239 241 / 24%);
  --gpv2-surface-soft: rgb(213 227 231 / 14%);
  --gpv2-surface-strong: rgb(244 248 249 / 68%);
  --gpv2-ink: #26363e;
  --gpv2-ink-soft: #607078;
  --gpv2-line: rgb(34 61 72 / 17%);
  --gpv2-line-strong: rgb(34 61 72 / 30%);
  --gpv2-glass-line: rgb(69 88 96 / 34%);
  --gpv2-glass-highlight: rgb(255 255 255 / 20%);
  --gpv2-accent: #176d8b;
  --gpv2-accent-hover: #12586f;
  --gpv2-gold: #9f7426;
  --gpv2-success: #2f765f;
  --gpv2-warning: #9a641f;
  --gpv2-danger: #ad514c;
  --gpv2-shadow: 0 28px 80px rgb(19 40 49 / 17%);
  --gpv2-radius-xl: 28px;
  --gpv2-radius-lg: 20px;
  --gpv2-radius-md: 12px;
  --gpv2-container: 1240px;
  --gpv2-font-body: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --gpv2-font-data: "Manrope", "Noto Sans SC", sans-serif;
  --gpv2-motion: 180ms ease;
}
