/* 零食商城 - 全局样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #fdf6ee; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; color: #4a3626; }
img { -webkit-user-drag: none; user-select: none; }
::selection { background: #ffb37a; color: #fff; }
