:root {
  --paper: #f1f1ee;
  --paper-bright: #ffffff;
  --paper-cool: #e7e7e4;
  --ink: #0b0b0b;
  --muted: #676763;
  --line: rgba(11, 11, 11, 0.18);
  --blue: #111111;
  --blue-deep: #000000;
  --mist: #dededb;
  --lilac: #e9e9e6;
  --pink: #e3e3e0;
  --champagne: #f0c928;
  --yellow: #f0c928;
  --yellow-soft: #fff1a6;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.10), 0 2px 0 rgba(0, 0, 0, 0.07);
  --shadow-hover: 0 28px 60px rgba(0, 0, 0, 0.16), 0 3px 0 rgba(0, 0, 0, 0.10);
  --content: min(1240px, calc(100vw - 64px));
  --display: "Arial Black", "Helvetica Neue", "PingFang SC", sans-serif;
  --sans: Inter, "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  --serif: Georgia, "Songti SC", serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
